2006-11-04 |
Luigi Rizzo | fix indentation of a block, and do minor simplifications...
|
commit | commitdiff | tree |
2006-11-04 |
Luigi Rizzo | complete previous commit.
|
commit | commitdiff | tree |
2006-11-04 |
Luigi Rizzo | move another block into a function.
|
commit | commitdiff | tree |
2006-11-04 |
Luigi Rizzo | move a large block into a separate function.
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | another small set of simplifications
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | change HANDLE_CAUSE into a function.
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove redundant checks
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | start integrating the simplifications proposed in bug...
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | add a new cli/manager.conf option "debug" to enable...
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove old/useless usecnt stuff
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove old/useless usecnt stuff.
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | Fix "core show channels" and "core show modules".
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | move variable declarations to the beginning of a block.
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | block other changes of mine already applied to trunk.
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | block more changes of mine already applied to trunk
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | blocking 47107
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | blocking 47108
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | Save the 'From' header received in a REGISTER message...
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove useless usecnt stuff
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove useless usecnt stuff
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove useless usecnt stuff
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove useless usecnt stuff
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove useless usecnt handling
|
commit | commitdiff | tree |
2006-11-03 |
Luigi Rizzo | remove useless usecnt handling code
|
commit | commitdiff | tree |
2006-11-01 |
Luigi Rizzo | move variable declaration in the middle of a block
|
commit | commitdiff | tree |
2006-10-31 |
Luigi Rizzo | remove old/useless usecount handling
|
commit | commitdiff | tree |
2006-10-31 |
Luigi Rizzo | remove old/useless usecount stuff.
|
commit | commitdiff | tree |
2006-10-31 |
Luigi Rizzo | remove old/useless usecount management code.
|
commit | commitdiff | tree |
2006-10-26 |
Luigi Rizzo | fix a problem that i recently introduced when
|
commit | commitdiff | tree |
2006-10-26 |
Luigi Rizzo | document the match_auth_username option
|
commit | commitdiff | tree |
2006-10-25 |
Luigi Rizzo | document a couple of recently introduced feature
|
commit | commitdiff | tree |
2006-10-24 |
Luigi Rizzo | i really think it is safe to commit this version, that
|
commit | commitdiff | tree |
2006-10-24 |
Luigi Rizzo | correct fix for the bug i previously introduced - the...
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | Unlike ast_strdup(), ast_strdupa() does not take a...
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | remove a useless check for ocseq = 0.
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | get_header() always returns a non-NULL value, so checking
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | put another duplicated block of code in a function.
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | reformat a statement and comment a potentially wrong
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | Remove unnecessary casts from const char * to char *,
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | another use for parse_uri().
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | use autodetected support for gethostbyname_r
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | + make sure parse_uri never returns NULL pointers ...
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | After reading better the SIP RFC on sip URI (19.1.1)
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | in function get_also_info(), move argument stripping
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | start putting the URI parsing code in one place,
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | put common code in function terminate_uri() so we need to
|
commit | commitdiff | tree |
2006-10-23 |
Luigi Rizzo | More cleanup of check_user_full with no functional...
|
commit | commitdiff | tree |
2006-10-22 |
Luigi Rizzo | more streamlining of check_user_full
|
commit | commitdiff | tree |
2006-10-22 |
Luigi Rizzo | simplify the flow of function check_user_full()
|
commit | commitdiff | tree |
2006-10-22 |
Luigi Rizzo | put duplicated code in functions.
|
commit | commitdiff | tree |
2006-10-22 |
Luigi Rizzo | Fix a few issues in the previous (disabled) HTTPS code,
|
commit | commitdiff | tree |
2006-10-22 |
Luigi Rizzo | Implement https support.
|
commit | commitdiff | tree |
2006-10-22 |
Luigi Rizzo | it is useless and possibly wrong to use ast_cli() to...
|
commit | commitdiff | tree |
2006-10-21 |
Luigi Rizzo | the default port number was erroneously stored in host...
|
commit | commitdiff | tree |
2006-10-20 |
Luigi Rizzo | introduce sip_pvt_lock() and sip_pvt_unlock() wrappers to
|
commit | commitdiff | tree |
2006-10-20 |
Luigi Rizzo | minor comment changes, code rearrangement and field...
|
commit | commitdiff | tree |
2006-10-19 |
Luigi Rizzo | more fixes to comments and very minor code rearrangement.
|
commit | commitdiff | tree |
2006-10-19 |
Luigi Rizzo | implement proper XML/HTML formatting of multiple messages
|
commit | commitdiff | tree |
2006-10-19 |
Luigi Rizzo | move a large block out of do_monitor() and into a function,
|
commit | commitdiff | tree |
2006-10-19 |
Luigi Rizzo | + move the definition of netlock as it was not related...
|
commit | commitdiff | tree |
2006-10-19 |
Luigi Rizzo | more documentation of data structure and functions.
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | silent warning from a debugging message (which will...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | remove trailing whitespace
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | ouch! remember to unlink temporary files once done...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | + move output_format variables in the http section...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | another bunch of comments on the data structures.
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | despite the large changes, this commit only moves functions
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | more comment and formatting fixes, small simplifications
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | comment and cleanup the main thread.
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | create a new (internal, for the time being) function...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | more indentation cleanup from previous commits,
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | create proper handlers for "Challenge" and "Login"...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | fix indentation from a commit of a couple of days ago
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | another batch of simplifications to authenticate()
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | remove unused fields and unimplemented options.
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | first pass as simplifying authenticate(), avoiding...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | more code simplifications
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | simplify ast_strings_to_mask
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | add a comment to remember that a block of code is
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | + move the enum declaration for output formats near...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | merge xml_translate() and html_translate() into one...
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | introduce uri_decode() so that '+' are translated into ' '
|
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | various code simplifications to reduce nesting depth,
|
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | simplify authority_to_str() using ast_build_string()
|
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | Improve the XML formatting of responses coming from...
|
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | open a temporary file to receive the output from cli...
|
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | document xml_copy_escape() and add an extra function...
|
commit | commitdiff | tree |
2006-10-16 |
Luigi Rizzo | + comment some unclear fields of struct mansession;
|
commit | commitdiff | tree |
2006-10-16 |
Luigi Rizzo | + comment some unclear requirements for master_eventq
|
commit | commitdiff | tree |
2006-10-16 |
Luigi Rizzo | protect access to first_action with actionlock.
|
commit | commitdiff | tree |
2006-10-16 |
Luigi Rizzo | comment some functions, and more small code simplifications
|
commit | commitdiff | tree |
2006-10-16 |
Luigi Rizzo | fix indentation of a large block after changes in previous...
|
commit | commitdiff | tree |
2006-10-16 |
Luigi Rizzo | simplify string parsing routines using ast_skip_*(...
|
commit | commitdiff | tree |
2006-10-15 |
Luigi Rizzo | don't forget to close a descriptor on a malloc failure.
|
commit | commitdiff | tree |
2006-10-15 |
Luigi Rizzo | typo: serer -> server
|
commit | commitdiff | tree |
2006-10-13 |
Luigi Rizzo | Try to avoid the use of 'z' modifier in cases where...
|
commit | commitdiff | tree |
2006-10-13 |
Luigi Rizzo | arguments to auth_headers() needed to be swapped here.
|
commit | commitdiff | tree |
2006-10-12 |
Luigi Rizzo | + move [almost] all instances of WWW-Authenticate/Proxy...
|
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | reduce indentation of two large blocks
|
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | operator != also works between booleans...
|
commit | commitdiff | tree |
next |