Navigation


source: freeDiameter/include/freeDiameter/libfdcore.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1554:566bb46cc73f   4 years Sebastien Decugis Updated copyright information
(edit) @1540:407e0a889c7e   4 years luke SCTP ConnectPeer?: sctp_bindx() to local endpoints When connecting to …
(edit) @1425:b09f1b4c9fad   4 years luke fd_msg_add_result: add function Add fd_msg_add_result() as a superset …
(edit) @1397:239ba25870d8   4 years tk Allow parametrizing the number of threads for routing in/out. This is …
(edit) @1396:188c82b6690b   4 years tk Add ProcessingPeersPattern? and ProcessingPeersMinimum? parameters. If …
(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) @1301:50fb308e84f7   9 years Sebastien Decugis Added a new hook to allow extensions act on the error messages being …
(edit) @1299:035f489b845b   9 years Sebastien Decugis Added a new hook HOOK_MESSAGE_SENDING
(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) @1194:90d1222a65a8   11 years Sebastien Decugis Rename HOOK_PEER_LAST to HOOK_LAST
(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) @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) @1169:11724ff78638   11 years Sebastien Decugis Some cleanups in dbg_interactive extension
(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) @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) @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) @1113:eb4ce68b6e5c   11 years Sebastien Decugis Added calls to remaining hooks
(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) @1088:1d1a20a0779d   11 years Sebastien Decugis Second part of changeset 1083, now the code compiles again. Still …
(edit) @1085:7d7266115a34   11 years Sebastien Decugis Cleaning of the traces in progress
(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) @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) @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) @947:cce5d4bace82   11 years tk Make config file parameter const and convert another fprintf to …
(edit) @939:1bc052ef961f   11 years Sebastien Decugis Add a function to access this counter
(edit) @904:b839a1b1c1da   11 years Sebastien Decugis Make freeDiameter headers more C++ friendly -- thank you Thomas
(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) @740:4a9f08d6b6ba   13 years Sebastien Decugis Updated my mail address
(edit) @717:571b3abaa5df   13 years Sebastien Decugis Support for Diameter Redirects through rt_redirect.fdx extension …
(edit) @706:4ffbc9f1e922   13 years Sebastien Decugis Large UNTESTED commit with the following changes: * Improved …
(add) @658:f198d16fa7f4   13 years Sebastien Decugis Initial commit for 1.1.0: * Restructuring: * libfreeDiameter: …
Note: See TracRevisionLog for help on using the revision log.