Navigation


source: freeDiameter/libfdcore

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1155:d00b5914351e   11 years Sebastien Decugis Allow running freeDiameter without TLS credentials if the following …
(edit) @1154:0b95a3afbfc3   11 years Sebastien Decugis Return DIAMETER_LOOP_DETECTED if local peer is already in the …
(edit) @1153:7a7ec1ad0c44   11 years Sebastien Decugis Another missing restore of the hop-by-hop ID upon failover situation
(edit) @1145:ea3a653a809e   11 years Sebastien Decugis Fix warning on OpenSUSE
(edit) @1144:799323958f02   11 years Sebastien Decugis Use FATAL level for extensions dependency problems
(edit) @1142:7ef8ab1d664f   11 years Sebastien Decugis Delay the initialization of some dictionary definitions after …
(edit) @1141:3ae22e5dc56c   11 years Sebastien Decugis Fix a few compilation warnings/errors
(edit) @1136:140450615773   11 years Sebastien Decugis Revert changeset 1122 (ADDRESS_AVP_INCLUDE_PORT) as this will create …
(edit) @1128:7c5449ddc434   11 years Sebastien Decugis New macro HOOK_MASK to ease call of the fd_hook_register function
(edit) @1127:1af09cc156d6   11 years Sebastien Decugis Updated copyright information
(edit) @1122:d4371b7aa0ff   11 years Sebastien Decugis New CMake option: ADDRESS_AVP_INCLUDE_PORT. Turn off for standard …
(edit) @1120:c473581adff2   11 years Sebastien Decugis Cleanup some traces
(edit) @1119:79dd22145f52   11 years Sebastien Decugis Fix a number of compilation warnings
(edit) @1118:5b4dddbfccb3   11 years Sebastien Decugis Clear redundant logs
(edit) @1113:eb4ce68b6e5c   11 years Sebastien Decugis Added calls to remaining hooks
(edit) @1112:d87cee14b051   11 years Sebastien Decugis Fix core termination sequence
(edit) @1111:84162710428e   11 years Sebastien Decugis Cleanup to avoid sending several terminate event
(edit) @1110:a731051d2e83   11 years Sebastien Decugis Fix handling of the hop-by-hop value for expired messages
(edit) @1107:96f2051215c8   11 years Sebastien Decugis Replaced calls to TRACE_sSA and sSA_DUMP_NODE* macros
(edit) @1105:6b4a417d2845   11 years tk Fix typo.
(edit) @1104:757df62cadb6   11 years Sebastien Decugis Merge
(edit) @1103:d8591b1c56cd   11 years Sebastien Decugis Implemented a few hooks
(edit) @1102:1d7b3ebda27f   11 years Sebastien Decugis Implemented the calls to HOOK_DATA_RECEIVED hook
(edit) @1101:40b48a3997a2   11 years Sebastien Decugis Merged
(edit) @1099:6ce5c99a40af   11 years tk Fix some typos.
(edit) @1098:f38d77f9cfd3   11 years Sebastien Decugis Initial implementation of the hook mechanism
(edit) @1094:eab8cad30b4c   11 years Sebastien Decugis Additional cosmetics
(edit) @1093:44f3e48dfe27   11 years Sebastien Decugis Align the behavior of all fd_*dump functions wrt final \n
(edit) @1085:7d7266115a34   11 years Sebastien Decugis Cleaning of the traces in progress
(edit) @1084:6b7966ea27fb   11 years Sebastien Decugis Fix a few compilation issues
(edit) @1079:ab47e231afee   11 years Sebastien Decugis Typo
(edit) @1078:74bba7975864   11 years Sebastien Decugis Cleanup the timing data and fd_msg_log feature that will be replaced …
(edit) @1077:b36c81e52e9a   11 years Sebastien Decugis Add empty code for hooks so that dbg_interactive extension can load
(edit) @1074:018a573b05f0   11 years Sebastien Decugis Forgot to include the new file in the build
(edit) @1071:6ca6cadf209c   11 years Sebastien Decugis Implement the fd_stat_getstats function; changed prototype of …
(edit) @1061:be24c7453aa6   11 years Sebastien Decugis Fix comment
(edit) @1058:5d37c0db6cbf   11 years Sebastien Decugis Fix management of the tv_nsec to avoid invalid value (Thanks Guangming …
(edit) @1055:4387d1beff80   11 years tk Fix typo.
(edit) @1052:b3d623f04b6d   11 years Sebastien Decugis Fix a number of remaining compilation warnings
(edit) @1037:4f5eb63aef96   11 years tk In TRACE_DEBUG, mention which thread we're in …
(edit) @1034:f4a73a991623   11 years Sebastien Decugis Fix warning on old GCC versions
(edit) @1033:000e1904074c   11 years Sebastien Decugis Fix a number of additional warnings
(edit) @1029:e63de8d76916   11 years Sebastien Decugis Remove a few remaining warnings
(edit) @1027:0117a7746b21   11 years Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent …
(edit) @1021:6f987640a4b2   11 years Sebastien Decugis Silence a few remaining warnings
(edit) @1016:dc7d6d5f93d3   11 years Sebastien Decugis Merged
(edit) @1015:8af24e6143ce   11 years tk Fix typo in comment.
(edit) @1014:908ffbb81f60   11 years Sebastien Decugis Added a second callback in fd_msg_send_timeout to handle more easily …
(edit) @1012:cafdcbcb5e79   11 years Sebastien Decugis Allow port value 0 in the configuration to disable a server
(edit) @1010:357c2f892d24   11 years Sebastien Decugis Implement a new counter on pending answers to send back to a peer. …
(edit) @1008:d3d2a32320c4   11 years Sebastien Decugis Fix a compilation warning and protect CHECK_GNUTLS_DO macro
(edit) @1006:6ce8322f3b78   11 years tk Report an error if a problem is big enough to break startup.
(edit) @999:0f71fc6c069f   11 years Sebastien Decugis Fix compilation warning
(edit) @994:1e1d6f94cd94   11 years tk Remove more newlines.
(edit) @983:ab99bc1d5492   11 years Sebastien Decugis Remove some additional printf
(edit) @982:018357d4c9bb   11 years Sebastien Decugis Use gnutls_srp_* functions only ifdef ENABLE_SRP
(edit) @979:b90cb4c07160   11 years tk Remove more newlines.
(edit) @976:33f18714b1fb   11 years tk Remove now unnecessary suffix argument from fd_ep_dump_one.
(edit) @975:5c564966a754   11 years tk Remove \n from fd_msg_log.
(edit) @974:2091bf698fb1   11 years tk Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and …
(edit) @972:ce3cacbbccc9   11 years tk Fix some typos.
(edit) @969:6808de455810   11 years Sebastien Decugis Remerged
(edit) @968:652713ce3596   11 years tk merge main
(edit) @967:bbc08d58325a   11 years tk merge
(edit) @965:9b37f34c1b1f   11 years Sebastien Decugis Some modifications to logging code: - Added a FD_LOG_NOTICE level for …
(edit) @964:992ef1167344   11 years tk Merge latest 1.1.x version.
(edit) @961:d95cd3ca9e8d   11 years tk merge latest 1.1 branch (one commit post 1.1.6)
(edit) @950:51c15f98a965   11 years tk merge current version from 1.1 branch (927:877592751fee).
(edit) @947:cce5d4bace82   11 years tk Make config file parameter const and convert another fprintf to …
(edit) @946:5d9229144cac   11 years tk Change macro so complete lines can be logged at once. Make some macros …
(edit) @944:6cdb2a54aaf6   11 years tk Log config file errors using the standard logging framework instead of …
(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) @931:155d45d06530   11 years Sebastien Decugis Updated copyright information 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) @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) @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) @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) @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) @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) @901:a3eed6420b5b   11 years Sebastien Decugis Log incoming messages on new connections too
(edit) @897:d8d0772586ad   11 years Sebastien Decugis Use correct default port for outgoing connections even when local port …
(edit) @896:b13359ace625   11 years Sebastien Decugis Condition the use of sctps_ctx with #ifndef DISABLE_SCTP
(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
Note: See TracRevisionLog for help on using the revision log.