Navigation


source: freeDiameter/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @903:4382d7420e65   11 years Sebastien Decugis Add new AVP_BY_STRUCT method for searching vendor-specific AVPs. This …
(edit) @899:40d5e8002b12   11 years Sebastien Decugis Disable all logs by default, activate required logs by command-line …
(edit) @898:c2ecce3fb928   11 years Sebastien Decugis Add a NONE option for fd_msg_log to disable the trace
(edit) @897:d8d0772586ad   11 years Sebastien Decugis Use correct default port for outgoing connections even when local port …
(edit) @895:fbf77629cb7b   11 years Sebastien Decugis Added received and sent timestamps in the messages; added logs on …
(edit) @894:43fb27a9037f   11 years Sebastien Decugis Intrumented socket reception to store the timestamp along the received …
(edit) @892:b2e8f1a3ef76   11 years Sebastien Decugis Allow the content of the Failed-AVP to be parseable to bufferize the …
(edit) @891:9432ac55823c   11 years Sebastien Decugis Tentative fix for the parse_or_error function
(edit) @878:901526bc034c   11 years Sebastien Decugis Added simple implementation of barriers for Mac OS X
(edit) @871:254d81d21d0b   12 years tk Fix some typos.
(edit) @853:16428c4ecb22   12 years Sebastien Decugis Remove testfifo if pthread_barriers are not available
(edit) @850:12e7fcbc1b21   12 years Sebastien Decugis Fix previous commit
(edit) @849:d7f940afd933   12 years Sebastien Decugis New portability function: strndup
(edit) @836:da97a5aa7976   12 years Sebastien Decugis Add replacement for clock_gettime (for Mac OS) -- ticket #38
(edit) @815:958d3efb45b5   12 years Sebastien Decugis Add test for AI_ADDRCONFIG for platforms where it does not exist
(edit) @810:85b3d7c8bf60   12 years Sebastien Decugis Fix a few compilation errors on NetBSD -- reported by Thomas Klausner …
(edit) @808:c0a88c1bcc1e   12 years Sebastien Decugis Updated copyright information
(edit) @805:fb5e0fd923ff   12 years Sebastien Decugis Updated verification of the local certificate following GnuTLS 3.x …
(edit) @804:c5b7d4a2cc77   12 years Sebastien Decugis Log message dumps in one call to the dump function to avoid …
(edit) @802:6dde862ba119   12 years Sebastien Decugis Also detect GNUTLS version 3.1.x
(edit) @797:36821971d47b   12 years Sebastien Decugis Renamed GNUTLS_NEW_VERSION and added GNUTLS_VERSION_300 to prepare for …
(edit) @788:cb84f5be889d   12 years Sebastien Decugis Updated copyright information
(edit) @784:e87d083d0342   12 years Sebastien Decugis Added ability to register another log function; thanks to Zack for the code
(edit) @778:003df4a9ade2   12 years Sebastien Decugis Added two new interfaces on Zach requests …
(edit) @769:99136ec7d9d4   13 years Sebastien Decugis Fixed fd_dict_getlistof function, added a simple test
(edit) @767:c47c16436f71   13 years Sebastien Decugis Added a limit on fifo queues to avoid memory exaustion when messages …
(edit) @764:f53e5b5fdfd3   13 years Sebastien Decugis Added new experimental function fd_dict_getlistof -- see …
(edit) @755:463ffc722c1a   13 years Sebastien Decugis Remove misleading comment
(edit) @746:96c75744d3c4   13 years Sebastien Decugis Attempt to support newer GNU TLS libraries. Need more work…
(edit) @740:4a9f08d6b6ba   13 years Sebastien Decugis Updated my mail address
(edit) @738:d666051658bd   13 years Sebastien Decugis Fix broken 'almostcasecmp' logic
(edit) @736:9af507b1bd23   13 years Sebastien Decugis Move error messages to INFO level also
(edit) @735:da8bfb070900   13 years Sebastien Decugis Fix the logic of local + global debug level
(edit) @732:4a0b61061a6d   13 years Sebastien Decugis Added simple mechanism to declare dependencies between extensions
(edit) @717:571b3abaa5df   13 years Sebastien Decugis Support for Diameter Redirects through rt_redirect.fdx extension …
(edit) @707:e387d5c6b6f5   13 years Sebastien Decugis Added support for Internationalized Domain Names (IDNA) using GNU libidn
(edit) @706:4ffbc9f1e922   13 years Sebastien Decugis Large UNTESTED commit with the following changes: * Improved …
(edit) @705:f0cb8f465763   13 years Sebastien Decugis Added standard Result-Code values in header. Added Error-Cause …
(edit) @695:712a0bb8d3bf   13 years Sebastien Decugis Add ability to skip dlclose() calls since it creates problems on …
(edit) @689:933d098fc75d   13 years Sebastien Decugis Cleanups in msg_log feature
(edit) @688:8c3dc8584dab   13 years Sebastien Decugis Prepared capability for messages logging to separate files / folders
(edit) @687:026802543f57   13 years Sebastien Decugis Prepare for new message log facility
(edit) @677:fdce8d4575b7   13 years Sebastien Decugis Cleanup link commands for Fedora
(edit) @668:4ef3b7cdf734   13 years Sebastien Decugis Some more cleanups in linking
(edit) @666:bee66d8ca38a   13 years Sebastien Decugis Fix include directories directives
(edit) @665:40d499a58376   13 years Sebastien Decugis Small cleanup
(edit) @662:2e94ef0515d7   13 years Sebastien Decugis Updated copyright information 1.1.0-rc1
(edit) @658:f198d16fa7f4   13 years Sebastien Decugis Initial commit for 1.1.0: * Restructuring: * libfreeDiameter: …
(edit) @653:34373acfbc6a   13 years Sebastien Decugis Added sample C++ file in _sample extension
(edit) @649:5e5d8152c229   13 years Sebastien Decugis Implemented fd_msg_send_timeout to close #10. Not tested yet.
(edit) @648:ae29bf971f20   13 years Sebastien Decugis Updated copyright information
(edit) @646:cfc8da9264f4   13 years Sebastien Decugis Prepared first part of the changes for #10
(edit) @640:237cf6339546   13 years Sebastien Decugis dbg_interactive almost complete
(edit) @639:95a784729cac   13 years Sebastien Decugis Added new opaque pointer to fd_sess_handler_create and …
(edit) @638:9448cba86673   13 years Sebastien Decugis Improved usability of dbg_interactive
(edit) @637:22e8fac3b2d6   13 years Sebastien Decugis Split interface file in modules
(edit) @628:e1c6f45f5fcd   13 years Sebastien Decugis Improvements to usability, still work ongoing
(edit) @621:04dbea46c7a2   13 years Sebastien Decugis Cleanup many SWIG definitions from main .h files
(edit) @620:bc7328e600f0   13 years Sebastien Decugis Removed the OUTPUT specification for SWIG, too complex
(edit) @618:1dbc4c5397d6   13 years Sebastien Decugis Attempting to improve python wrapper usability (work in progress)
(edit) @609:2d15fd8ef5ba   13 years Sebastien Decugis Very very early python interactive extension, using SWIG
(edit) @602:0b5d21c87855   13 years Sebastien Decugis Added new AVP search criteria in the dictionary: AVP_BY_NAME_ALL_VENDORS
(edit) @594:0758a357a151   13 years Sebastien Decugis Added a new MaxPerformance? build type for tests, not recommended for use
(edit) @578:7c9a00bfd115   14 years Sebastien Decugis Allow TLS Diffie-Hellmann parameters to be loaded from a file (ticket #17)
(edit) @561:1cb9352359f4   14 years Sebastien Decugis More cleanups in the packaging. Also removed rgw_common.so which was …
(edit) @542:0b6cee362f5d   14 years Sebastien Decugis Enforce validation of local certificate upon daemon start.
(edit) @512:16224de837fd   14 years Sebastien Decugis Fix problem reported by Артём Осьмёркин on dev@freediameter.net
(edit) @493:d68f27e7e814   14 years Sebastien Decugis Fixed a few CMake variable names
(edit) @492:121397bd1afc   14 years Sebastien Decugis Small fix
(edit) @454:f1484823cb4a   14 years Sebastien Decugis Small hack which might spear some concurrency problems and is quite …
(edit) @453:9a8b3178a7a7   14 years Sebastien Decugis Postpone the creation of session expiry thread to allow some global …
(edit) @447:097bae83b07a   14 years Sebastien Decugis Forgot to cleanup the configuration on exit, spotted by valgrind
(edit) @403:26aafbbc1640   14 years Sebastien Decugis Cleanup all compilation warnings in base code for 32 bit arch
(edit) @378:41e3c2a3721c   14 years Sebastien Decugis Replaced old mechanism to discover local addresses by a call to …
(edit) @340:81821e9f6988   14 years Sebastien Decugis Fix issue on session cleanup callback parameters -- thanks Souheil for …
(edit) @336:5d1a22bb1cfe   14 years Sebastien Decugis Removed some references to waaad
(edit) @320:53f912ce0f4e   14 years Sebastien Decugis Add shared object version information
(edit) @316:aa8f41bca657   14 years Sebastien Decugis Fixed libraries dependencies
(edit) @313:6fd1e6f56af5   14 years Sebastien Decugis Completed initial debianization
(edit) @305:61f78fdbacc2   14 years Sebastien Decugis Cleanup vars names
(edit) @304:ad3c46016584   14 years Sebastien Decugis Added install directives for cmake; also allow default directory to …
(edit) @302:d46b454ccc33   14 years Sebastien Decugis Simplify traces format in case of non Debug configuration
(edit) @258:5df55136361b   14 years Sebastien Decugis Updated copyright information
(edit) @253:ad6c0118fb50   14 years Sebastien Decugis Configurable number of server threads
(edit) @246:6418a188c1b5   14 years Sebastien Decugis getnameinfo is also more sensitive on freeBSD
(edit) @245:6a71c3f3ab77   14 years Sebastien Decugis bind on FreeBSD is more sensitive…
(edit) @236:60f34df3e025   14 years Sebastien Decugis Remove dependency on signalent.h
(edit) @235:8773740401a5   14 years Sebastien Decugis Centralized signal handlers management in the library
(edit) @232:c07f9692b537   14 years Sebastien Decugis Fix missing include
(edit) @226:406f74f0789b   14 years Sebastien Decugis Few cosmetics changes
(edit) @216:87c31fd10e9c   14 years Sebastien Decugis Fix error in TRACE_DEBUG_BUFFER macro that was breaking session resume …
(edit) @214:5a1b93f59f8f   14 years Sebastien Decugis Added trace facility for GNUTLS calls
(edit) @206:8eda7c917fc6   14 years Sebastien Decugis cosmetics
(edit) @205:ff9ade352076   14 years Sebastien Decugis Simplified use of --dbg_file option
(edit) @191:de80f6a76c4f   14 years Sebastien Decugis Another attempt to workround the crash issue…
(edit) @184:89d39bcf9ef5   14 years Sebastien Decugis Some cleanups
(edit) @183:960764fbc68f   14 years Sebastien Decugis Fix compilation error
(edit) @181:1f39f0c51094   14 years Sebastien Decugis Add a trace to help finding the bug…
(edit) @179:0ea50d66ad1b   14 years Sebastien Decugis Fix segfault
(edit) @174:2b2f78036749   14 years Sebastien Decugis Added simple command-line switch to turn on full debug for specific …
Note: See TracRevisionLog for help on using the revision log.