October 6, 2001 | ||
---|---|---|
View 726efa25b0
Added NOCR and MACROEATER compile-time speed-up options. NOCR replaces a 'for' cycle with 'memchr' and MACROEATER replaces 'eater' functions with macros. The -V command-line options shows now which of these options are enabled. A signal handler is added which calls exit(0) on INT signal ... good for profiling.Jiri Kuthan authored on 06/10/2001 22:17:53 |
||
View 92d818f3db
*** empty log message ***Andrei Pelinescu-Onciul authored on 06/10/2001 00:19:11 |
October 5, 2001 | ||
---|---|---|
View 45072d7ac6
- fixed extra '@' added when rewritting the host part of uris w/o an username.Andrei Pelinescu-Onciul authored on 05/10/2001 23:58:55 |
October 4, 2001 | ||
---|---|---|
View 1dcfc5fa96
- updated readmeAndrei Pelinescu-Onciul authored on 04/10/2001 13:19:13 |
||
View 550bb8c3cf
- added INSTALL, README - updated TODOAndrei Pelinescu-Onciul authored on 04/10/2001 13:10:07 |
||
View 4fed0d1f3f
*** empty log message ***Andrei Pelinescu-Onciul authored on 04/10/2001 10:35:57 |
||
View 1f531ed665
- added TODOAndrei Pelinescu-Onciul authored on 04/10/2001 10:35:09 |
September 27, 2001 | ||
---|---|---|
View 009edddc32
*** empty log message ***Andrei Pelinescu-Onciul authored on 27/09/2001 13:03:06 |
||
View f87340751b
- modified the Makefile (it should work out of the box on linux, freebsd and solaris)Andrei Pelinescu-Onciul authored on 27/09/2001 13:01:22 |
September 26, 2001 | ||
---|---|---|
View 031500989c
- fixed memory leak when rewritting uri - route match after new uri - dmalloc debuging supportAndrei Pelinescu-Onciul authored on 26/09/2001 17:18:01 |
September 25, 2001 | ||
---|---|---|
View c75aa645af
- added a missing include, needed on bsdAndrei Pelinescu-Onciul authored on 25/09/2001 23:19:04 |
||
View 36a0a8eea6
- fixed the cfg. files, added a new sip msgAndrei Pelinescu-Onciul authored on 25/09/2001 23:09:08 |
||
View 7268726eee
- added rewrite support (sethost setuser, setuserpass, sethost, setport, sethostport) - allow spaces in header names (e.g: "via :") - case insensitive header name parsing - do not look anymore for the second via for requests (jiri) - fixed config match operator (was ~=, now is =~) - added config file suport for all the command line options (except -f :)) - bumped the version numberAndrei Pelinescu-Onciul authored on 25/09/2001 23:06:39 |
September 24, 2001 | ||
---|---|---|
View 350c5a1616
- fixed a segfault bug in parse msg (printing of via even if via==null)Andrei Pelinescu-Onciul authored on 24/09/2001 16:51:22 |
September 22, 2001 | ||
---|---|---|
View 36ce7f1083
- bitlen mask fixesAndrei Pelinescu-Onciul authored on 22/09/2001 02:20:24 |