Navigation


source: freeDiameter/include/freeDiameter/libfdproto.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1554:566bb46cc73f   3 years Sebastien Decugis Updated copyright information
(edit) @1423:67c263056d78   4 years luke fd_msg_search_avp: search msg_or_avp, not just msg Change …
(edit) @1422:b1e8c5281d29   4 years luke libfdproto.h: fix typos and whitespace
(edit) @1414:f6f12521c2aa   4 years luke Fix strict-aliasing warnings with gcc 4.8 Rewrite IN6_ADDR_V4MAP() to …
(edit) @1407:d4a4ab5239c7   4 years luke add log level FD_LOG_INFO Add log level FD_LOG_INFO, below …
(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) @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) @1300:3f1e79e1273e   9 years Sebastien Decugis Added new callbacks in the derived types definitions to improve value …
(edit) @1295:a22d9e907d48   9 years Sebastien Decugis Make the stripped output the default. Define DEBUG_WITH_META to get …
(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) @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) @1193:dcc467aeda12   11 years Sebastien Decugis Include source file information in ERROR logs
(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) @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) @1159:05f74dc19c49   11 years Sebastien Decugis Include source rev number in version information when available
(edit) @1134:51ce5a30df2d   11 years Sebastien Decugis Fix the dbg_func and dbg_file parameters
(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) @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) @1071:6ca6cadf209c   11 years Sebastien Decugis Implement the fd_stat_getstats function; changed prototype of …
(edit) @1067:23989d6c8390   11 years Sebastien Decugis Add total count in the statistics of the queues, thanks for the feedback :)
(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) @1004:91d6555d508d   11 years Sebastien Decugis Fix compilation issue
(edit) @998:ad6c1ee04d2d   11 years Sebastien Decugis Protect macros for debug
(edit) @992:80584f0e851a   11 years Sebastien Decugis Copy by default the Proxy-Info AVP included in requests into the …
(edit) @981:ee8ea5303489   11 years tk Put file_bname in #ifdef DEBUG, since it's only used there.
(edit) @972:ce3cacbbccc9   11 years tk Fix some typos.
(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) @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) @928:5053f1abcf5d   11 years Sebastien Decugis Updated copyright information
(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) @907:b772af200865   11 years Sebastien Decugis Add a few const declaration so that C++ is less picky
(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) @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) @871:254d81d21d0b   11 years tk Fix some typos.
(edit) @850:12e7fcbc1b21   11 years Sebastien Decugis Fix previous commit
(edit) @849:d7f940afd933   11 years Sebastien Decugis New portability function: strndup
(edit) @836:da97a5aa7976   11 years Sebastien Decugis Add replacement for clock_gettime (for Mac OS) -- ticket #38
(edit) @810:85b3d7c8bf60   12 years Sebastien Decugis Fix a few compilation errors on NetBSD -- reported by Thomas Klausner …
(edit) @804:c5b7d4a2cc77   12 years Sebastien Decugis Log message dumps in one call to the dump function to avoid …
(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   12 years Sebastien Decugis Fixed fd_dict_getlistof function, added a simple test
(edit) @767:c47c16436f71   12 years Sebastien Decugis Added a limit on fifo queues to avoid memory exaustion when messages …
(edit) @764:f53e5b5fdfd3   12 years Sebastien Decugis Added new experimental function fd_dict_getlistof -- see …
(edit) @755:463ffc722c1a   13 years Sebastien Decugis Remove misleading comment
Note: See TracRevisionLog for help on using the revision log.