SourceForge.net

Search

Index of /trunk

Files shown:135
Directory revision: 5067 (of 5067)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
db/  5061  32 hours  henningw  - check in db_do_close/ mysql_close also for an invalid tail pointer - normally ...
doc/  4920  3 weeks  carstenbock  Fixed my eMail-address ;-)
etc/  4576  2 months  klaus_darilion  - renaming
examples/  4564  2 months  klaus_darilion  - renaming: openser -> kamailio
mem/  5035  5 days  henningw  - remove unused and not working VQ_MALLOC memory manager after discussions, re...
mi/  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
modules/  5067  10 hours  juhe  * Functions from_gw/to_gw now execute in O(log N) time. * Added checks on databa...
packaging/  5007  2 weeks  juhe  * LCR module is now using Perl compatible PCRE regular expression library, whi...
parser/  4892  4 weeks  henningw  - remove q_memchr from ut.h, as most code uses the standard memchr from <strin...
scripts/  5060  34 hours  henningw  - add a comment suggesting 'ggrep' instead of grep/ grep on solaris - related to...
test/  5052  2 days  henningw  - add a test for fetch_result with usrloc on unixodbc - change name for SQL comm...
tls/  4828  5 weeks  klaus_darilion  - opensips r4712 exteneded loging - for SSL_ERROR_SYSCALL print errno also.
trie/  5000  2 weeks  sobomax  Correct printf on 64-bit arches, where sizeof(int) != sizeof(size_t).
utils/  4895  4 weeks  henningw  - don't link with unnecessary libs, related to bug #1855859 - don't include unne...
AUTHORS  4920  3 weeks  carstenbock  Fixed my eMail-address ;-)
COPYING  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
CREDITS  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
ChangeLog  4906  3 weeks  henningw  - update Changelog
INSTALL  5002  2 weeks  henningw  - fix INSTALL file suggestion for auth functions, break -> exit - reported from ...
Makefile  5011  12 days  miconda  - lcr module depends now on lib PCRE - don't compile by default - as we could ge...
Makefile.defs  5020  10 days  miconda  - dev version increased
Makefile.modules  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
Makefile.rules  4566  2 months  klaus_darilion  - renaming: openser -> kamailio
Makefile.sources  4980  2 weeks  henningw  - also add 'trie' directory to make, related to rev4979
NEWS  4590  2 months  henningw  - fix error in previous commit, there should be a NEWS file present its empty ...
README  4631  2 months  henningw  - kamailio is not maintained by voice-system anymore - fix wiki news url
README-MODULES  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
TODO  2  3 years  bogdan_iancu  Initial revision
action.c  4809  5 weeks  henningw  - doxygen conversion, new documentation
action.h  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
atomic.h  4518  2 months  henningw  - change name in copyright headers
blacklists.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
blacklists.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
ccopts.sh  2  3 years  bogdan_iancu  Initial revision
ccver.sh  2  3 years  bogdan_iancu  Initial revision
cfg.lex  4680  8 weeks  klaus_darilion  - added support for TLS server_name extension (aka SNI=server name indication) ...
cfg.y  4737  6 weeks  henningw  - make no_daemon global - set no_daemon also in cfg.y, if fork=no is set to be e...
config.h  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
core_stats.c  4815  5 weeks  henningw  - doxygen stuff
core_stats.h  4815  5 weeks  henningw  - doxygen stuff
crc.c  4924  3 weeks  henningw  - fix wrong URL to openser devel guide - smaller fixes in crc.c doxygen - add do...
crc.h  4919  3 weeks  henningw  - doxygen conversation, write new docs too - add copyright header to crc.h
daemonize.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
daemonize.h  4518  2 months  henningw  - change name in copyright headers
data_lump.c  4642  2 months  henningw  - code cleanup - instead of re-implementing the (almost) same function again, us...
data_lump.h  4642  2 months  henningw  - code cleanup - instead of re-implementing the (almost) same function again, us...
data_lump_rpl.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
data_lump_rpl.h  4518  2 months  henningw  - change name in copyright headers
dprint.c  4990  2 weeks  henningw  - doxygen documentation
dprint.h  4991  2 weeks  henningw  - remove unused DPRINT_LEV define
dset.c  4616  2 months  henningw  - port from opensips r4514, credits goes to Bogdan - compile warnings fixed (com...
dset.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
errinfo.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
errinfo.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
error.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
error.h  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
fastlock.h  4518  2 months  henningw  - change name in copyright headers
flags.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
flags.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
forward.c  4853  5 weeks  klaus_darilion  - add DBG message to understand "== myself" matching
forward.h  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
globals.h  4808  5 weeks  henningw  - use libevent for network operations polling in the core - this is a initial im...
hash_func.h  4518  2 months  henningw  - change name in copyright headers
help_msg.h  4924  3 weeks  henningw  - fix wrong URL to openser devel guide - smaller fixes in crc.c doxygen - add do...
io_wait.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
io_wait.h  4518  2 months  henningw  - change name in copyright headers
ip_addr.c  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
ip_addr.h  4518  2 months  henningw  - change name in copyright headers
kamailio.8  4582  2 months  miconda  - renamed man pages
kamailio.cfg.5  4582  2 months  miconda  - renamed man pages
lock_alloc.h  4790  5 weeks  henningw  - remove SHM_MEM define, as discussed on the devel list - the core don't compile...
lock_ops.h  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
locking.h  4597  2 months  klaus_darilion  - renaming: openser -> Kamailio
lump_struct.h  4518  2 months  henningw  - change name in copyright headers
main.c  4815  5 weeks  henningw  - doxygen stuff
md5.c  4972  2 weeks  henningw  - move recently introduced small wrapper functions into .h file, to let the co...
md5.h  4972  2 weeks  henningw  - move recently introduced small wrapper functions into .h file, to let the co...
md5utils.c  4926  3 weeks  henningw  - add two small wrappers for MD5Update and MD5Final because this is mostly use...
md5utils.h  4518  2 months  henningw  - change name in copyright headers
mod_fix.c  4830  5 weeks  juhe  * Added new fixup function fixup_spve_str. While doing it, I noticed that who...
mod_fix.h  4830  5 weeks  juhe  * Added new fixup function fixup_spve_str. While doing it, I noticed that who...
modparam.c  4518  2 months  henningw  - change name in copyright headers
modparam.h  4518  2 months  henningw  - change name in copyright headers
msg_translator.c  4822  5 weeks  henningw  - port from opensips, r4621, r4489, credits goes to Bogdan - Add received via pa...
msg_translator.h  4518  2 months  henningw  - change name in copyright headers
name_alias.h  4853  5 weeks  klaus_darilion  - add DBG message to understand "== myself" matching
pass_fd.c  4518  2 months  henningw  - change name in copyright headers
pass_fd.h  4518  2 months  henningw  - change name in copyright headers
poll_types.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
prime_hash.c  4518  2 months  henningw  - change name in copyright headers
prime_hash.h  4518  2 months  henningw  - change name in copyright headers
proxy.c  4924  3 weeks  henningw  - fix wrong URL to openser devel guide - smaller fixes in crc.c doxygen - add do...
proxy.h  4924  3 weeks  henningw  - fix wrong URL to openser devel guide - smaller fixes in crc.c doxygen - add do...
pt.c  4815  5 weeks  henningw  - doxygen stuff
pt.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
pvar.c  5026  6 days  miconda  - fix printing of $(hdr(name)[*]) (closes #2135713, reported by Jerome Martin)
pvar.h  4518  2 months  henningw  - change name in copyright headers
qvalue.c  4518  2 months  henningw  - change name in copyright headers
qvalue.h  4518  2 months  henningw  - change name in copyright headers
radius.h  4816  5 weeks  juhe  * Added calle[re]_extra module parameters to avp_radius module that allow spec...
re.c  4518  2 months  henningw  - change name in copyright headers
re.h  4518  2 months  henningw  - change name in copyright headers
receive.c  4809  5 weeks  henningw  - doxygen conversion, new documentation
receive.h  4518  2 months  henningw  - change name in copyright headers
regexp.c  4518  2 months  henningw  - change name in copyright headers
regexp.h  4518  2 months  henningw  - change name in copyright headers
resolve.c  4883  4 weeks  henningw  - small cleanups, compact some variable definitions
resolve.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
route.c  5055  39 hours  henningw  - add new doxygen documentation
route.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
route_struct.c  4518  2 months  henningw  - change name in copyright headers
route_struct.h  4518  2 months  henningw  - change name in copyright headers
script_cb.c  4889  4 weeks  henningw  - remove two unnecessary gotos
script_cb.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
script_var.c  4518  2 months  henningw  - change name in copyright headers
script_var.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
sctp_server.c  4717  7 weeks  juhe  * Fixed test on if pkg_malloc failed.
sctp_server.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
serialize.c  4518  2 months  henningw  - change name in copyright headers
serialize.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
socket_info.c  4853  5 weeks  klaus_darilion  - add DBG message to understand "== myself" matching
socket_info.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
sr_module.c  4948  3 weeks  henningw  - module startup logging is already done from core, so its not necessary to do...
sr_module.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
statistics.c  4518  2 months  henningw  - change name in copyright headers
statistics.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
str.h  4993  2 weeks  henningw  - doxygen documentation
strcommon.c  4926  3 weeks  henningw  - add two small wrappers for MD5Update and MD5Final because this is mostly use...
strcommon.h  4518  2 months  henningw  - change name in copyright headers
tags.h  4993  2 weeks  henningw  - doxygen documentation
tcp_conn.h  4518  2 months  henningw  - change name in copyright headers
tcp_init.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
tcp_main.c  4818  5 weeks  henningw  - remove function enclosed in '#if 0' since three years
tcp_read.c  4892  4 weeks  henningw  - remove q_memchr from ut.h, as most code uses the standard memchr from <strin...
tcp_server.h  4614  2 months  miconda   fix for force_Send_socket() usage with tcp (updated and applied patch from Gawi...
timer.c  4871  4 weeks  henningw  - doxygen documentation
timer.h  4871  4 weeks  henningw  - doxygen documentation
transformations.c  4902  3 weeks  henningw  - namespace cleanups: make some transformation parsing and free functions that...
transformations.h  4902  3 weeks  henningw  - namespace cleanups: make some transformation parsing and free functions that...
trim.h  4518  2 months  henningw  - change name in copyright headers
tsend.c  4518  2 months  henningw  - change name in copyright headers
tsend.h  4518  2 months  henningw  - change name in copyright headers
udp_server.c  4811  5 weeks  henningw  - fix missing #ifdef for event.h, reported from Ovidiu
udp_server.h  5003  2 weeks  henningw  - sync function definitions with declarations for functions w/o parameters - thi...
usr_avp.c  4994  2 weeks  henningw  - remove unused define GALIAS_CHAR_MARKER - add some more doxygen, small whitesp...
usr_avp.h  4994  2 weeks  henningw  - remove unused define GALIAS_CHAR_MARKER - add some more doxygen, small whitesp...
ut.c  4891  4 weeks  henningw  - remove one (commented out) NOTICE log from seed_child - move btostr function i...
ut.h  4999  2 weeks  sobomax  Add missed <select.h>.
version.h  5041  3 days  henningw  - fix statistic flag reporting on 'kamailio -V' - sync the statistic flag report...

Download GNU tarball


Powered by ViewVC 1.0.5 ViewVC Help