Navigation


source: freeDiameter

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @942:ee6684153b17   11 years Sebastien Decugis Fork from 1.1.x branch
(edit) @941:64088de91f7f   11 years Sebastien Decugis Initial logging rework by Thomas
(edit) @940:9b00b868e308   11 years Sebastien Decugis Change to debug function instead of error macro in fdd.l debug
(edit) @939:1bc052ef961f   11 years Sebastien Decugis Add a function to access this counter
(edit) @938:4158151cc694   11 years Sebastien Decugis Add counter for number of requests pending answers
(edit) @937:6e7437162f26   11 years Sebastien Decugis Do not change the default file name if extension is not found during …
(edit) @936:8ee9f8183ab8   11 years Sebastien Decugis Allow freeDiameter extensions to be found by dl_open via the …
(edit) @935:6072619402a3   11 years Sebastien Decugis New CMake option WORKAROUND_ACCEPT_INVALID_VSAI for those invalids …
(edit) @934:977a5375543c   11 years Sebastien Decugis Remove one stupid indirection level
(edit) @933:04f590da5821   11 years Sebastien Decugis Add cmake option DISABLE_PEER_EXPIRY to disable dynamic peer …
(edit) @932:76fa782bb597   11 years Sebastien Decugis Release
(edit) @931:155d45d06530   11 years Sebastien Decugis Updated copyright information 1.1.6
(edit) @930:64d8ba7976d0   11 years Sebastien Decugis Include client stats in non-benchmark mode in test_app
(edit) @929:c1659c40239d   11 years Sebastien Decugis Preparing for release 1.1.6
(edit) @928:5053f1abcf5d   11 years Sebastien Decugis Updated copyright information
(edit) @927:8bb4d749ed37   11 years Sebastien Decugis Fix for ticket #43: PPP interface have no address
(edit) @926:69d55a534aff   11 years Sebastien Decugis Improve configuration parser of acl_wl extension, to avoid errors sent …
(edit) @925:e5a09fab5ef3   11 years Sebastien Decugis Add support for 'include' in freeDiameter configuration file
(edit) @924:877592751fee   11 years Sebastien Decugis Fix (tentative) for invalid handling of sessions fast …
(edit) @923:6a4d08e239bd   11 years Sebastien Decugis Fix UTF8Dump function for the case of truncating UTF8 multibyte …
(edit) @922:c7bf1a7a4e90   11 years Sebastien Decugis Split the encoders/interpreters for the dictionary types into a …
(edit) @921:a0ab56aa089f   11 years Sebastien Decugis Fix compilation when SCTP_USE_MAPPED_ADDRESSES is true, and add a note …
(edit) @920:cb439d57d0c5   11 years Sebastien Decugis Fix parsing of incoming AVPs with 0-byte length at the end of the message
(edit) @919:b1776283d69e   11 years Sebastien Decugis Do not kill framework when a message with 0b session-id is dispatched
(edit) @918:46f9982b7d26   11 years Sebastien Decugis Use logging routines for configuration file parsing (based on patch by …
(edit) @917:a2cf598607e6   11 years Sebastien Decugis Another place where ev_data was not dereferenced -- thanks Thomas
(edit) @916:058e95c3a336   11 years Sebastien Decugis Initialize dummy AVP for Failed-AVP content with 0s instead of FFs
(edit) @915:9bd18fa4e601   11 years Sebastien Decugis Fix macro to avoid infinite loop in some situations
(edit) @914:b6b631c268f3   11 years Sebastien Decugis Be even more careful in the loop
(edit) @913:00994523f9d4   11 years Sebastien Decugis Fix regression introduced in changeset 894 (Thanks Hannes for pointing …
(edit) @912:0a46772fad5d   11 years Sebastien Decugis Fix handling the CMD_FLAG_ERROR bit -- …
(edit) @911:c9f86e8c45fe   11 years Sebastien Decugis Fix compilation error
(edit) @910:8500947421cb   11 years Sebastien Decugis Fix bug in fd_dict_search for rules. Thank you Thomas for bug & fix.
(edit) @909:047f99b09632   11 years Sebastien Decugis Clean some externs for picky linkers (by Thomas)
(edit) @908:ed611e15f744   11 years Sebastien Decugis Fix a few warnings, thank you Thomas again
(edit) @907:b772af200865   11 years Sebastien Decugis Add a few const declaration so that C++ is less picky
(edit) @906:ebe479bfcd4b   11 years Sebastien Decugis Fix typo in new code
(edit) @905:9bf44ee1c748   11 years Sebastien Decugis typo
(edit) @904:b839a1b1c1da   11 years Sebastien Decugis Make freeDiameter headers more C++ friendly -- thank you Thomas
(edit) @903:4382d7420e65   11 years Sebastien Decugis Add new AVP_BY_STRUCT method for searching vendor-specific AVPs. This …
(edit) @902:42d0a08cffa8   11 years Sebastien Decugis Remove duplicate definitions, use dependencies instead -- thanks to …
(edit) @901:a3eed6420b5b   11 years Sebastien Decugis Log incoming messages on new connections too
(edit) @900:a7e0a7ab769c   11 years Sebastien Decugis Fix typo
(edit) @899:40d5e8002b12   12 years Sebastien Decugis Disable all logs by default, activate required logs by command-line …
(edit) @898:c2ecce3fb928   12 years Sebastien Decugis Add a NONE option for fd_msg_log to disable the trace
(edit) @897:d8d0772586ad   12 years Sebastien Decugis Use correct default port for outgoing connections even when local port …
(edit) @896:b13359ace625   12 years Sebastien Decugis Condition the use of sctps_ctx with #ifndef DISABLE_SCTP
(edit) @895:fbf77629cb7b   12 years Sebastien Decugis Added received and sent timestamps in the messages; added logs on …
(edit) @894:43fb27a9037f   12 years Sebastien Decugis Intrumented socket reception to store the timestamp along the received …
(edit) @893:8187364e39ea   12 years Sebastien Decugis Fix answers sending
(edit) @892:b2e8f1a3ef76   12 years Sebastien Decugis Allow the content of the Failed-AVP to be parseable to bufferize the …
(edit) @891:9432ac55823c   12 years Sebastien Decugis Tentative fix for the parse_or_error function
(edit) @890:19a261c9a2e1   12 years Sebastien Decugis Added test case to reproduce bug reported by Zack …
(edit) @889:4a299daed8b2   12 years Sebastien Decugis Add information about parsing errors
(edit) @888:63931db83e96   12 years Sebastien Decugis Fix compilation warning
(edit) @887:ad9fe07688b7   12 years Sebastien Decugis freeDiameter package is now available in brews for OSX. Fixed a few …
(edit) @886:4e2b4eef5908   12 years Sebastien Decugis Fix handling of error case for MySQL
(edit) @885:b7002bcc92a5   12 years Sebastien Decugis Converted to UNIX line ending
(edit) @884:277aa200033b   12 years Sebastien Decugis Reorder objects
(edit) @883:b5dd10c417d0   12 years Sebastien Decugis Added tag 1.1.5 for changeset ae96ae28f3dd
(edit) @882:ae96ae28f3dd   12 years Sebastien Decugis Limit python version to avoid using python3 (not compatible) 1.1.5
(edit) @881:90e3e9e75f44   12 years Sebastien Decugis Added the dependency on g++
(edit) @880:5d934ed583ed   12 years Sebastien Decugis Prepared for release 1.1.5
(edit) @879:2b14ccdd0b92   12 years Sebastien Decugis Updated copyright information
(edit) @878:901526bc034c   12 years Sebastien Decugis Added simple implementation of barriers for Mac OS X
(edit) @877:e815a8cfca4b   12 years Sebastien Decugis Added a note for Quantal Quetzal
(edit) @876:f8e8cc0d115b   12 years Sebastien Decugis Added reference to libusrsctp for OSX
(edit) @875:47735fe496bc   12 years Sebastien Decugis Use unamed structures to please SWIG on OSX
(edit) @874:886d9642f2a0   12 years Sebastien Decugis Fix type name
(edit) @873:a4257b7faba3   12 years Sebastien Decugis Fix extensions file extension in the sample file
(edit) @872:27fd6a4ef3f8   12 years Sebastien Decugis Fix typo
(edit) @871:254d81d21d0b   12 years tk Fix some typos.
(edit) @870:54c4d3e840ff   12 years tk Remove unnecessary whitespace from Makefiles.
(edit) @869:67fb1f8e093e   12 years Sebastien Decugis Add grouped AVPs, and depend on dict_nasreq -- Thomas Klausner …
(edit) @868:b7f530aa7456   12 years Sebastien Decugis Remove deprecated code, use EXTENSION_ENTRY instead -- submitted by …
(edit) @867:03d5a7892f2a   12 years Sebastien Decugis Improved instructions for Mac OS X
(edit) @866:e457e7ac3a6d   12 years Sebastien Decugis Fix typo
(edit) @865:debdcc1e03d2   12 years Sebastien Decugis libidn is available on OS X
(edit) @864:99778f1e2989   12 years Sebastien Decugis Removed credits
(edit) @863:9474e81c619a   12 years Sebastien Decugis Added tag 1.1.5-rc2 for changeset 226f5957186a
(edit) @862:226f5957186a   12 years Sebastien Decugis Updated nightly tests to include a pass in Debug configuration 1.1.5-rc2
(edit) @861:adbbc3f2e4b8   12 years Sebastien Decugis Added c++ dependency in Fedora install file also
(edit) @860:0172278ddafe   12 years Sebastien Decugis Updated Mac OS X documentation
(edit) @859:10f6ce479e1c   12 years Sebastien Decugis In Debug builds, this test was failing randomly
(edit) @858:3483d83140ef   12 years Sebastien Decugis Added C++ compiler in the dependencies for Open SUSE
(edit) @857:cea8e81967eb   12 years Sebastien Decugis Generalize flags for CXX in case an extension such as _sample uses C++
(edit) @856:c0f92000c42a   12 years Sebastien Decugis Avoid using sem_timedwait that is not available on OS X
(edit) @855:2eb6882b20c6   12 years Sebastien Decugis Fix return value
(edit) @854:51a056d78aba   12 years Sebastien Decugis Resolve conflict on duplicated fd_g_config pointer
(edit) @853:16428c4ecb22   12 years Sebastien Decugis Remove testfifo if pthread_barriers are not available
(edit) @852:5873c671490f   12 years Sebastien Decugis Typo
(edit) @851:536e8d11edee   12 years Sebastien Decugis Avoid using strnlen since it is also missing from Mac OS X
(edit) @850:12e7fcbc1b21   12 years Sebastien Decugis Fix previous commit
(edit) @849:d7f940afd933   12 years Sebastien Decugis New portability function: strndup
(edit) @848:6dfa8bc2e71e   12 years Sebastien Decugis Added INSTALL.OSX file contributed by Moxie Dee
(edit) @847:242ee9fe34aa   12 years Sebastien Decugis Oops, previous commit was too much actually…
(edit) @846:85e1a4118849   12 years Sebastien Decugis Added tag 1.1.5-rc1 for changeset 5c4cf8d15ef0
(edit) @845:5c4cf8d15ef0   12 years Sebastien Decugis Well this time, I hope, should be the last fix to enable compilation … 1.1.5-rc1
(edit) @844:9b208543ba7f   12 years Sebastien Decugis Ignore GNU global files. -- Thomas Klausner <tk@giga.or.at>
(edit) @843:1a563c5f13a9   12 years Sebastien Decugis indent (no functional changes) -- Thomas Klausner <tk@giga.or.at>
Note: See TracRevisionLog for help on using the revision log.