Navigation


source: freeDiameter/libfdcore

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1560:9084c6f94a0a   3 years wiz Require cmake 2.8.12 (from 2013) since current cmake warns about older …
(edit) @1559:2dbc816d48f4   3 years wiz Fail when a peer with empty Origin-Realm tries to connect. Empty …
(edit) @1554:566bb46cc73f   3 years Sebastien Decugis Updated copyright information
(edit) @1544:7bad8025e69d   4 years tk merge
(edit) @1543:9222d31123b1   4 years tk Use more portable sctp_opt_info() instead of getsockopt() for SCTP. …
(edit) @1541:3365e95bed57   4 years luke sctp: improve sockaddr array logging Add fd_sa_dump_array() to dump …
(edit) @1540:407e0a889c7e   4 years luke SCTP ConnectPeer?: sctp_bindx() to local endpoints When connecting to …
(edit) @1495:acbfec3df281   4 years luke Fix SCTP build on Fedora 31 Fedora 31 has most of the "new" SCTP API …
(edit) @1474:732e0f76dbfb   4 years tk Fix build on Debian Stable. From Rick van Rein via …
(edit) @1439:acc7262af8fa   4 years luke add rules for Experimental-Result Add rules for Experimental-Result. …
(edit) @1425:b09f1b4c9fad   4 years luke fd_msg_add_result: add function Add fd_msg_add_result() as a superset …
(edit) @1421:3ac2877628a5   4 years tk Increase size of cc_id to silence gcc 8.3 warnings about snprintfs …
(edit) @1420:689758fbb05d   4 years tk Remove trailing whitespace.
(edit) @1419:89cbb08d3189   4 years tk Remove trailing whitespace.
(edit) @1415:3d7108b831e1   4 years luke fd_conf_dump: fix format strings Use %d to printf int, not %hu
(edit) @1405:3cbe458fbfa9   4 years luke Fix compiler warnings
(edit) @1404:6cc290653ef6   4 years luke fd_conf_dump: fix formatting of local endpoints
(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) @1395:603a72c4bf6c   4 years tk peers.c: fix typo in comment
(edit) @1394:f17a56536790   4 years tk fdd.l: whitespace simplification
(edit) @1383:0d71c0b2eed4   5 years tk Be loud, but don't exit on invalid mandatory AVP in Answer
(edit) @1379:9f52a841b0c7   5 years tk Fix typos in comments and remove trailing whitespace.
(edit) @1356:b68fb21c2f72   5 years tk Avoid calling a deprecated gnutls function just for debug logging.
(edit) @1344:a5c072798f1a   5 years tk Increase two buffer sizes to avoid truncation. Remove trailing …
(edit) @1332:b75556f40346   5 years tk Comment out reference to sctp_adaptation_layer_event. This was only …
(edit) @1330:e7726fae1e7f   6 years tk Log an error if going from open to suspect or closed
(edit) @1329:175f2eb883a0   6 years tk Add function to retrieve pmd structure associated with a request. …
(edit) @1328:81af4f5a517a   6 years tk Improve shutdown. Should generate less messages that can not get sent out.
(edit) @1326:afe0ecdb0692   6 years tk Add config option if Route-Record AVPs should be added in Answers. …
(edit) @1325:ae81cd81ab09   6 years tk Log shutdown message at normal level (instead of fatal => error).
(edit) @1323:10143e09abdf   6 years Sebastien Decugis Use error bit for errors NO_COMMON_SECURITY
(edit) @1322:7800e6f1919f   6 years Sebastien Decugis Do not log an error if TLS link was shutdown properly
(edit) @1321:8288982c63b7   6 years Sebastien Decugis Log at different level if peer is closed after normal sequence or not
(edit) @1320:949973661b25   7 years tk Log an error when going to ZOMBIE state. Add quotes to a message for …
(edit) @1318:2a5620128a9a   7 years tk Remove '*' from the couple enumerated values that had them. This was …
(edit) @1307:7a2ab0087788   8 years Sebastien Decugis Remerged proposed branch
(edit) @1306:0d15dad33f0b   9 years tk Fix logic error when calling fd_msg_source_get().
(edit) @1305:84a3c9c4b834   8 years Sebastien Decugis Updated copyright information
(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) @1286:ecb844d6d87d   9 years Sebastien Decugis Fix compilation issue on older CMake
(edit) @1284:38e4a7c318ac   9 years Sebastien Decugis Fix a number of compilation warnings
(edit) @1283:f09f16f432e6   9 years Sebastien Decugis Updated copyright information
(edit) @1281:ab6457399be2   9 years Sebastien Decugis Updated copyright information 1.2.1-rc1
(edit) @1274:681e8e55af27   10 years tk Allow routing messages in state CLOSING_GRACE. Otherwise, replies …
(edit) @1268:25fad6714991   9 years Sebastien Decugis Updated copyright information
(edit) @1266:85a425a201b6   9 years Sebastien Decugis Fix compilation error as reported by Nikola in …
(edit) @1265:4ca14a36ae66   10 years Sebastien Decugis Add Inband-Security-Id AVP to CEA if the CER contains one even if it …
(edit) @1256:bd6b40c9f731   10 years Sebastien Decugis Fix messages display level on TLS errors
(edit) @1255:c6a4bda62ccc   10 years Sebastien Decugis Fix typo on TLS_CRL parsing
(edit) @1253:3734341ad03b   10 years tk Fix format string.
(edit) @1250:446683efbb1f   10 years Sebastien Decugis Attempt fix for Failed-AVP created with a Grouped AVP, in that case we …
(edit) @1249:4ad4d614acfa   10 years Sebastien Decugis Attempt to produce a CEA that is compliant with the ABNF when the …
(edit) @1248:c9a160b815ea   10 years Sebastien Decugis Fix issue with anscb in the p_sr expiry mechanism. Thanks Guangming …
(edit) @1245:4b511d9b3def   10 years Sebastien Decugis Change default dump of peer connection, add more options to the …
(edit) @1242:b25ca6134bdc   10 years Sebastien Decugis Fix configuration dump when no extension is loaded
(edit) @1240:0420ccc4671a   10 years Sebastien Decugis Add a counter for the sent requests for which we did not wait for an …
(edit) @1239:b059b9e8ef83   10 years Sebastien Decugis Update the sent request counter in case of expiry
(edit) @1238:8f9684264fe0   10 years Sebastien Decugis Change management of the p_reqin_count counter to be updated only on …
(edit) @1235:f937feb72734   11 years Sebastien Decugis Updated copyright information 1.2.0
(edit) @1232:9e92fa478c23   11 years Sebastien Decugis Performance improvements for fd_p_sr_store based on Guangming proposal …
(edit) @1230:e72c9dad62ac   11 years Sebastien Decugis Fix issue with generating Failed-AVP when the error is …
(edit) @1228:e5010975da35   11 years tk Fix typo in comment.
(edit) @1220:cec3e9b579e1   11 years Sebastien Decugis Cleanup parameter that has become useless
(edit) @1218:152466ff49f8   11 years tk Remove some whitespace in "Loaded extensions" log line.
(edit) @1216:581bbd48524a   11 years Sebastien Decugis Change prototype of rt_out callbacks to allow disposal of messages
(edit) @1215:65c6460f60f2   11 years Sebastien Decugis Ensure the hooks lock is released when a thread is canceled. Optimize …
(edit) @1212:c38bb8b69c43   11 years Sebastien Decugis Fix message rtd handling for extensions based on this data
(edit) @1211:98478a8aabb1   11 years Sebastien Decugis Fix compilation warning
(edit) @1207:043b894b0511   11 years Sebastien Decugis Cleanups in failover situation to avoid deadlocks and corrupt messages …
(edit) @1203:92f33e5ecb77   11 years Sebastien Decugis Do not attempt connecting to addresses advertised by the remote peer …
(edit) @1202:40330b75c044   11 years Sebastien Decugis Remove unused code
(edit) @1201:d2608e47db28   11 years Sebastien Decugis Fix issue that can trigger an assert when failover occurs
(edit) @1200:ce2b00dc86c1   11 years Sebastien Decugis React quickly to head-of-the-line blocking in case of network failure. …
(edit) @1198:8c4dd4b693c6   11 years Sebastien Decugis Some cleanups in the traces
(edit) @1197:823829bf1037   11 years Sebastien Decugis Couple of typos in the comments
(edit) @1196:9ff57791a5ab   11 years Sebastien Decugis Fix worker name as the connection is not created yet
(edit) @1194:90d1222a65a8   11 years Sebastien Decugis Rename HOOK_PEER_LAST to HOOK_LAST
(edit) @1192:48759e3f7611   11 years Sebastien Decugis Reject more quickly invalid messages if possible
(edit) @1191:60e7b02a3ce7   11 years Sebastien Decugis Allow Vendor-Specific-Application-Id with several Vendor-Id AVPs as …
(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) @1187:436e4342ecd0   11 years Sebastien Decugis Rollback to using TLS/SCTP in release 1.2.0. DTLS dev to happen in …
(edit) @1186:56c36d1007b4   11 years Sebastien Decugis Further preparation of the DTLS integration. Some cleanups in the …
(edit) @1185:23695957bfc0   11 years Sebastien Decugis Don't block on peers shutdown when early errors
(edit) @1184:8c340f832127   11 years Sebastien Decugis Remove auto-use of the certificate as CA when CA was not provided, …
(edit) @1182:cc96a4dfb3d1   11 years Sebastien Decugis Early shutdown situation: detect the race condition and delay the …
(edit) @1181:22de21feec64   11 years Sebastien Decugis Preparing for DTLS support
(edit) @1180:773498f59520   11 years Sebastien Decugis Preparing for future DTLS/SCTP support
(edit) @1175:2da13c87baa7   11 years Sebastien Decugis Allow cancelation of thread in sctp_connectx when this function is not …
(edit) @1174:b72836fb814b   11 years Sebastien Decugis Add some compliancy to RFC6458. Not tested however as Ubuntu does not …
(edit) @1168:a4604f98adae   11 years Sebastien Decugis Split output of fd_msg_dump_treeview
(edit) @1167:eaa92af9e46d   11 years Sebastien Decugis New macro LOG_SPLIT to allow dumping multi-line buffers with prefix …
(edit) @1163:6df90573cf57   11 years tk Remove \n from LOG_E line.
(edit) @1161:feda56c1baec   11 years tk Rename VERSION to FD_LIBFD*_VERSION to avoid conflict with autoconf …
(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) @1154:0b95a3afbfc3   11 years Sebastien Decugis Return DIAMETER_LOOP_DETECTED if local peer is already in the …
Note: See TracRevisionLog for help on using the revision log.