May 6, 2003 | ||
---|---|---|
View 34206c672a
- pre21 -> pre22Jan Janak authored on 06/05/2003 16:48:49 |
April 22, 2003 | ||
---|---|---|
View d98c3fdc50
- fixed warningAndrei Pelinescu-Onciul authored on 22/04/2003 11:59:13 |
||
View cb7b09abd1
- added DESTDIR, equivalent to PREFIX or prefix; for people used with standard automake invocations (make DESTDIR=/tmp/staging install)Andrei Pelinescu-Onciul authored on 22/04/2003 11:56:13 |
April 18, 2003 | ||
---|---|---|
View 200c02768d
- fixed process_count() (forgot to add some() when I added tcp_disable)Andrei Pelinescu-Onciul authored on 18/04/2003 13:58:15 |
April 17, 2003 | ||
---|---|---|
View fc50bc47d6
- added new make env./cmd. line parameters:Andrei Pelinescu-Onciul authored on 17/04/2003 12:52:13 |
April 16, 2003 | ||
---|---|---|
View 1f2c924e85
- core warning fixes for 64 bits archs - added include netinet/in_systm.h in tcp_*, udp_* (needed for IP_TOS on non linux systems) - now when using gcc 3.x/x86 ser is optimized for athlon, but "normal" i386 instructions are used. All this is overwritable from the environment or command line: CPU=athlon-mp make , or to also generate athlon instructions: CPU=athlon-mp CC_EXTRA_OPTS=-march=athlon-mp makeAndrei Pelinescu-Onciul authored on 16/04/2003 16:17:09 |
April 15, 2003 | ||
---|---|---|
View 5dcfb23d56
- added disable tcp support (-T or disable_tcp=yes in the cfg) - the number of tcp "worker" processes is now setable (-N or tcp_children=NN) - replaced get_out_socket w/ get_send_socket in tm/uac.c & fixed some proto stuff (proto was not set properly when called w/ PROTO_NONE) - updated man pages & INSTALLAndrei Pelinescu-Onciul authored on 15/04/2003 20:39:37 |
April 14, 2003 | ||
---|---|---|
View 4290c43fcc
- EINTR handled for tcp write (andrei)Andrei Pelinescu-Onciul authored on 14/04/2003 20:26:27 |
April 13, 2003 | ||
---|---|---|
View a2339d9ad4
- fixed warning builderAndrei Pelinescu-Onciul authored on 13/04/2003 17:19:10 |
April 12, 2003 | ||
---|---|---|
View a7e13a8997
- added ipv6 address reference resolver supportAndrei Pelinescu-Onciul authored on 12/04/2003 20:55:30 |
April 11, 2003 | ||
---|---|---|
View f2e456c301
- mode=debug => -DEXTRA_DEBUG - a lot of the tcp debugging messages are displayed now only if EXTRA_DEBUG is defined - parse_uri sets now ser_error - forward(uri:host,...) will use the protocol in the uriAndrei Pelinescu-Onciul authored on 11/04/2003 16:58:29 |
April 10, 2003 | ||
---|---|---|
View 4b50480eed
- new parse_uri function added (better + parses transport, maddr, lr, method, user, ttl ) - sip_uri structure updated - PROTO_SCTP added :-)Andrei Pelinescu-Onciul authored on 10/04/2003 23:51:10 |
April 8, 2003 | ||
---|---|---|
View 90907c3f1e
- split init_mallocs into init_pkg_mallocs & init_shm_mallocs - init_shm_mallocs called after cmd. line parsing (so -m is not ignored any more)Andrei Pelinescu-Onciul authored on 08/04/2003 16:02:43 |
April 7, 2003 | ||
---|---|---|
View 15dde484cb
- fixed ONREPLY_ROUTE & FAILURE_ROUTE redefinition (same name in lex/yacc & sr_module.h) - dumbed down the make install part to work with the brain damaged solaris original installAndrei Pelinescu-Onciul authored on 07/04/2003 16:44:06 |
||
View 5b9b8d2e98
- added tools version in INSTALL (e.g. gmake >=3.79) - fixed test -e to test -f in Makefile (install-cfg) - INSTALL, TAR, BASEDIR are now setable in the environment (also PREFIX, LOCALBASE, CC, LEX, YACC)Andrei Pelinescu-Onciul authored on 07/04/2003 11:57:09 |