Navigation


source: freeDiameter/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1393:357e9cec520f   4 years tk libfdproto: add fd_fifo_set_max This function sets the maximum size …
(edit) @1392:497d926f5e3d   4 years tk libfdproto.h: remove trailing whitespace
(edit) @1343:0c25bfa3660e   5 years tk Convert to UTF-8.
(edit) @1333:cbe1da7a32f1   5 years tk Add dict_json extension. This extension allows loading diameter …
(edit) @1329:175f2eb883a0   6 years tk Add function to retrieve pmd structure associated with a request. …
(edit) @1326:afe0ecdb0692   6 years tk Add config option if Route-Record AVPs should be added in Answers. …
(edit) @1305:84a3c9c4b834   8 years Sebastien Decugis Updated copyright information
(edit) @1304:5a505af0bba0   8 years Sebastien Decugis Fix default secure port
(edit) @1303:090390e89b1d   8 years Sebastien Decugis Fix --dbg-file and --dbg-function usage. However there is something …
(edit) @1301:50fb308e84f7   9 years Sebastien Decugis Added a new hook to allow extensions act on the error messages being …
(edit) @1300:3f1e79e1273e   9 years Sebastien Decugis Added new callbacks in the derived types definitions to improve value …
(edit) @1299:035f489b845b   9 years Sebastien Decugis Added a new hook HOOK_MESSAGE_SENDING
(edit) @1295:a22d9e907d48   9 years Sebastien Decugis Make the stripped output the default. Define DEBUG_WITH_META to get …
(edit) @1289:0aeb09ef20f1   9 years Sebastien Decugis fix ntohll on MacOSX
(edit) @1281:ab6457399be2   9 years Sebastien Decugis Updated copyright information 1.2.1-rc1
(edit) @1268:25fad6714991   9 years Sebastien Decugis Updated copyright information
(edit) @1258:97caad40b665   10 years tk Cast enum to int to allow comparison with picky compiler(flag)s.
(edit) @1248:c9a160b815ea   10 years Sebastien Decugis Fix issue with anscb in the p_sr expiry mechanism. Thanks Guangming …
(edit) @1243:7c5f662c4eef   10 years Sebastien Decugis Shortened log timestamp format when DEBUG_WITHOUT_META is defined
(edit) @1242:b25ca6134bdc   10 years Sebastien Decugis Fix configuration dump when no extension is loaded
(edit) @1237:b255ba44f59c   10 years Sebastien Decugis Add an option DEBUG_WITHOUT_META to strip some information from the …
(edit) @1230:e72c9dad62ac   11 years Sebastien Decugis Fix issue with generating Failed-AVP when the error is …
(edit) @1220:cec3e9b579e1   11 years Sebastien Decugis Cleanup parameter that has become useless
(edit) @1216:581bbd48524a   11 years Sebastien Decugis Change prototype of rt_out callbacks to allow disposal of messages
(edit) @1213:b1c4876b1896   11 years Sebastien Decugis Change LOG_A definition so that when --dbg_func or --dbg_file are …
(edit) @1212:c38bb8b69c43   11 years Sebastien Decugis Fix message rtd handling for extensions based on this data
(edit) @1194:90d1222a65a8   11 years Sebastien Decugis Rename HOOK_PEER_LAST to HOOK_LAST
(edit) @1193:dcc467aeda12   11 years Sebastien Decugis Include source file information in ERROR logs
(edit) @1190:6a1042d8075b   11 years Sebastien Decugis Replace FDEV_TERMINATE events with calls to fd_core_shutdown to handle …
(edit) @1189:50bf33dc8fe0   11 years Sebastien Decugis Limit number of incoming connections under processing to configurable value
(edit) @1188:f40de74bd1c7   11 years Sebastien Decugis Don't block PSM during failover
(edit) @1186:56c36d1007b4   11 years Sebastien Decugis Further preparation of the DTLS integration. Some cleanups in the …
(edit) @1180:773498f59520   11 years Sebastien Decugis Preparing for future DTLS/SCTP support
(edit) @1171:5dab72369dff   11 years Sebastien Decugis Fix compilation warning
(edit) @1169:11724ff78638   11 years Sebastien Decugis Some cleanups in dbg_interactive extension
(edit) @1167:eaa92af9e46d   11 years Sebastien Decugis New macro LOG_SPLIT to allow dumping multi-line buffers with prefix …
(edit) @1164:e8bf101264fa   11 years Sebastien Decugis Updated default secure port value according to RFC6733
(edit) @1160:7de036e9e8fd   11 years tk Fix typo.
(edit) @1159:05f74dc19c49   11 years Sebastien Decugis Include source rev number in version information when available
(edit) @1155:d00b5914351e   11 years Sebastien Decugis Allow running freeDiameter without TLS credentials if the following …
(edit) @1136:140450615773   11 years Sebastien Decugis Revert changeset 1122 (ADDRESS_AVP_INCLUDE_PORT) as this will create …
(edit) @1134:51ce5a30df2d   11 years Sebastien Decugis Fix the dbg_func and dbg_file parameters
(edit) @1133:54f04575792c   11 years Sebastien Decugis Turn OFF the extended Host-IP-Address format by default
(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) @1117:caae38f15dfe   11 years Sebastien Decugis Refine mapping of the old levels for traces
(edit) @1113:eb4ce68b6e5c   11 years Sebastien Decugis Added calls to remaining hooks
(edit) @1107:96f2051215c8   11 years Sebastien Decugis Replaced calls to TRACE_sSA and sSA_DUMP_NODE* macros
(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) @1100:4b7192d0ffde   11 years tk basename is now also used for non-DEBUG, remove ifdef for #include.
(edit) @1099:6ce5c99a40af   11 years tk Fix some typos.
(edit) @1098:f38d77f9cfd3   11 years Sebastien Decugis Initial implementation of the hook mechanism
(edit) @1097:4d2dcb54d9a6   11 years Sebastien Decugis New function fd_rtd_get_nb_attempts
(edit) @1093:44f3e48dfe27   11 years Sebastien Decugis Align the behavior of all fd_*dump functions wrt final \n
(edit) @1088:1d1a20a0779d   11 years Sebastien Decugis Second part of changeset 1083, now the code compiles again. Still …
(edit) @1087:1c5d410788cc   11 years Sebastien Decugis Fix invalid LOG_A call
(edit) @1085:7d7266115a34   11 years Sebastien Decugis Cleaning of the traces in progress
(edit) @1082:b380c9f3be1e   11 years Sebastien Decugis Merge
(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) @1071:6ca6cadf209c   11 years Sebastien Decugis Implement the fd_stat_getstats function; changed prototype of …
(edit) @1069:544fa1be79a9   11 years Sebastien Decugis Update the new API prototype to make it easier for extension to track …
(edit) @1067:23989d6c8390   11 years Sebastien Decugis Add total count in the statistics of the queues, thanks for the feedback :)
(edit) @1063:7a7f63f6f135   11 years Sebastien Decugis Commit prototype of new functions for discussion. These will replace …
(edit) @1060:13fc3fc9c789   11 years Sebastien Decugis New feature in fd_fifo to get timing statistics
(edit) @1052:b3d623f04b6d   11 years Sebastien Decugis Fix a number of remaining compilation warnings
(edit) @1038:cceb552b9b54   11 years Sebastien Decugis Merged
(edit) @1036:aecdc2fbf222   11 years tk Add fd_msg_dump_full function that dumps a message in human-readable …
(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) @1027:0117a7746b21   11 years Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent …
(edit) @1026:beb375690453   11 years tk More portable version of printflike.
(edit) @1025:afaeef21596b   11 years tk Mark fd_log and fd_msg_log as printf-like functions, and fix a warning …
(edit) @1019:6fcd30ce3ce7   11 years Sebastien Decugis Retrieve additional information when adding a routing error
(edit) @1014:908ffbb81f60   11 years Sebastien Decugis Added a second callback in fd_msg_send_timeout to handle more easily …
(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) @1004:91d6555d508d   11 years Sebastien Decugis Fix compilation issue
(edit) @998:ad6c1ee04d2d   11 years Sebastien Decugis Protect macros for debug
(edit) @994:1e1d6f94cd94   11 years tk Remove more newlines.
(edit) @992:80584f0e851a   11 years Sebastien Decugis Copy by default the Proxy-Info AVP included in requests into the …
(edit) @984:98f43c0ddfa4   11 years Sebastien Decugis Remove more printfs
(edit) @981:ee8ea5303489   11 years tk Put file_bname in #ifdef DEBUG, since it's only used there.
(edit) @976:33f18714b1fb   11 years tk Remove now unnecessary suffix argument from fd_ep_dump_one.
(edit) @972:ce3cacbbccc9   11 years tk Fix some typos.
(edit) @968:652713ce3596   11 years tk merge main
(edit) @965:9b37f34c1b1f   11 years Sebastien Decugis Some modifications to logging code: - Added a FD_LOG_NOTICE level for …
(edit) @961:d95cd3ca9e8d   11 years tk merge latest 1.1 branch (one commit post 1.1.6)
(edit) @958:b415d1384e0d   11 years tk Remove TRACE_LEVEL. Obsoleted by run-time support (--debug-one-file). …
(edit) @955:a25b24118833   11 years tk Document AVP_BY_NAME_ALL_VENDORS.
(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) @941:64088de91f7f   11 years Sebastien Decugis Initial logging rework by Thomas
(edit) @939:1bc052ef961f   11 years Sebastien Decugis Add a function to access this counter
Note: See TracRevisionLog for help on using the revision log.