2006-10-24 |
Luigi Rizzo | correct fix for the bug i previously introduced - the... |
commit | commitdiff | tree |
2006-10-24 |
Russell Bryant | Merged revisions 46093 via svnmerge from |
commit | commitdiff | tree |
2006-10-24 |
Kevin P. Fleming | Merged revisions 46080 via svnmerge from |
commit | commitdiff | tree |
2006-10-24 |
Tilghman Lesher | Merged revisions 46078 via svnmerge from |
commit | commitdiff | tree |
2006-10-24 |
Russell Bryant | Merged revisions 46067 via svnmerge from |
commit | commitdiff | tree |
2006-10-24 |
Russell Bryant | Merged revisions 46065 via svnmerge from |
commit | commitdiff | tree |
2006-10-24 |
Russell Bryant | Fix a seg fault on a registration. Line 7706, in parse... |
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 |
Russell Bryant | Merged revisions 45999 via svnmerge from |
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-23 |
Joshua Colp | Merged revisions 45928 via svnmerge from |
commit | commitdiff | tree |
2006-10-22 |
Christian Richter | Merged revisions 45916 via svnmerge from |
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 |
Russell Bryant | regenerate the configure script and autoconfig.h.in... |
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-22 |
Joshua Colp | Let's have build.h created a bit earlier so that func_v... |
commit | commitdiff | tree |
2006-10-21 |
Luigi Rizzo | the default port number was erroneously stored in host... |
commit | commitdiff | tree |
2006-10-21 |
Joshua Colp | Merged revisions 45817 via svnmerge from |
commit | commitdiff | tree |
2006-10-21 |
Russell Bryant | Merged revisions 45818 via svnmerge from |
commit | commitdiff | tree |
2006-10-20 |
Luigi Rizzo | introduce sip_pvt_lock() and sip_pvt_unlock() wrappers to |
commit | commitdiff | tree |
2006-10-20 |
Joshua Colp | Merged revisions 45775 via svnmerge from |
commit | commitdiff | tree |
2006-10-20 |
Russell Bryant | put the constants for whether methods can create a... |
commit | commitdiff | tree |
2006-10-20 |
Luigi Rizzo | minor comment changes, code rearrangement and field... |
commit | commitdiff | tree |
2006-10-20 |
Olle Johansson | Let's repair the SIP attack shield :-) |
commit | commitdiff | tree |
2006-10-20 |
Olle Johansson | Doxygen corrections |
commit | commitdiff | tree |
2006-10-19 |
Steve Murphy | This new function, VERSION(), created via bug report... |
commit | commitdiff | tree |
2006-10-19 |
Steve Murphy | astman was slightly weirding out over the new Dial... |
commit | commitdiff | tree |
2006-10-19 |
Luigi Rizzo | more fixes to comments and very minor code rearrangement. |
commit | commitdiff | tree |
2006-10-19 |
Joshua Colp | Merged revisions 45694 via svnmerge from |
commit | commitdiff | tree |
2006-10-19 |
Joshua Colp | Merged revisions 45692 via svnmerge from |
commit | commitdiff | tree |
2006-10-19 |
Luigi Rizzo | implement proper XML/HTML formatting of multiple messages |
commit | commitdiff | tree |
2006-10-19 |
Joshua Colp | Merged revisions 45678 via svnmerge from |
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-19 |
Olle Johansson | Cleaning up... Removing duplicate (again) |
commit | commitdiff | tree |
2006-10-19 |
Kevin P. Fleming | restore freeing of threadstorage objects without custom... |
commit | commitdiff | tree |
2006-10-19 |
Russell Bryant | Merge fix to not leak the stringfields of a thread... |
commit | commitdiff | tree |
2006-10-19 |
Russell Bryant | Extend the thread storage API such that a custom initia... |
commit | commitdiff | tree |
2006-10-18 |
Luigi Rizzo | silent warning from a debugging message (which will... |
commit | commitdiff | tree |
2006-10-18 |
Joshua Colp | Just for Nicholson - here's an option, C, to Meetme... |
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 |
Joshua Colp | Merged revisions 45595 via svnmerge from |
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 |
Matt O'Gorman | rizzo compile then commit, maybe even run it too ^_^ |
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 |
Olle Johansson | Remove duplicate declarations... |
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-18 |
Joshua Colp | Merged revisions 45452 via svnmerge from |
commit | commitdiff | tree |
2006-10-18 |
Russell Bryant | Merged revisions 45441 via svnmerge from |
commit | commitdiff | tree |
2006-10-18 |
Russell Bryant | Merged revisions 45439 via svnmerge from |
commit | commitdiff | tree |
2006-10-17 |
Steve Murphy | As per bug 6779, this patch is now applied to trunk... |
commit | commitdiff | tree |
2006-10-17 |
Kevin P. Fleming | Merged revisions 45410 via svnmerge from |
commit | commitdiff | tree |
2006-10-17 |
Kevin P. Fleming | Merged revisions 45408 via svnmerge from |
commit | commitdiff | tree |
2006-10-17 |
Joshua Colp | Warning be gone! |
commit | commitdiff | tree |
2006-10-17 |
Joshua Colp | Blocked revisions 45381 via svnmerge |
commit | commitdiff | tree |
2006-10-17 |
Joshua Colp | Merged revisions 45378 via svnmerge from |
commit | commitdiff | tree |
2006-10-17 |
Olle Johansson | Issue #5484 (branch sipdiversion) - Support for Diversi... |
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | simplify authority_to_str() using ast_build_string() |
commit | commitdiff | tree |
2006-10-17 |
Olle Johansson | Issue #7254 - Add support of "423 Interval too brief... |
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | Improve the XML formatting of responses coming from... |
commit | commitdiff | tree |
2006-10-17 |
Olle Johansson | Update of docs |
commit | commitdiff | tree |
2006-10-17 |
Olle Johansson | - Remove unneeded code that won't be reached now that... |
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | open a temporary file to receive the output from cli... |
commit | commitdiff | tree |
2006-10-17 |
Kevin P. Fleming | Merged revisions 45327 via svnmerge from |
commit | commitdiff | tree |
2006-10-17 |
Luigi Rizzo | document xml_copy_escape() and add an extra function... |
commit | commitdiff | tree |
2006-10-17 |
Olle Johansson | ...block this one too... Only applies to 1.4 since... |
commit | commitdiff | tree |
next |