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 |
2006-10-11 |
Luigi Rizzo | remove duplicate prototypes. Have not checked if there...
|
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | simplify and comment handle_response_peerpoke()
|
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | fix indentation of a function after previous commit
|
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | handle_response_peerpoke() does not need to return...
|
commit | commitdiff | tree |
2006-10-11 |
Luigi Rizzo | small formatting cleanup
|
commit | commitdiff | tree |
2006-10-10 |
Luigi Rizzo | clarify the use of the standard SIP port number, 5060,
|
commit | commitdiff | tree |
2006-10-10 |
Luigi Rizzo | improve formatting of SIP packets when dumped to the...
|
commit | commitdiff | tree |
2006-10-09 |
Luigi Rizzo | slightly restructure sipsock_read() removing a "goto"
|
commit | commitdiff | tree |
2006-10-09 |
Luigi Rizzo | use S_OR in one place
|
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | update_call_counter(): indentation fixes and small...
|
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | localize some variables and reduce nesting depth
|
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | small simplification to initreqprep()
|
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | Simplify function parse_request() using a single loop...
|
commit | commitdiff | tree |
2006-10-08 |
Luigi Rizzo | do not dereference p if we know it is NULL.
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | slightly restructure the code that computes the channel...
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | put repeated code to set nat mode in a function.
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | put common code in a function to avoid repetitions.
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | remove hardwired usage of 5060, use DEFAULT_SIP_PORT...
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | improve and document function get_in_brackets(), introducing
|
commit | commitdiff | tree |
2006-10-07 |
Luigi Rizzo | when possible, use ast_set2_flags instead of ast_set...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | basically fix indentation of a large function after...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | s cannot be null here, so remove the useless test and...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | simplify logic in preparation to reduce indentation
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | document a bit the use of templates.
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | document the "contact" option a bit better.
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | help old bsd-system which don't have RLIMIT_AS and...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | make sure sockets are blocking when they should be...
|
commit | commitdiff | tree |
2006-10-06 |
Luigi Rizzo | Two things:
|
commit | commitdiff | tree |
next |