Navigation


source: freeDiameter/libfdproto/messages.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1078:74bba7975864   11 years Sebastien Decugis Cleanup the timing data and fd_msg_log feature that will be replaced …
(edit) @1062:56bf0377e2ff   11 years tk Raise "Conflicting rules" to error level since it causes validation …
(edit) @1036:aecdc2fbf222   11 years tk Add fd_msg_dump_full function that dumps a message in human-readable …
(edit) @1027:0117a7746b21   11 years Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent …
(edit) @1014:908ffbb81f60   11 years Sebastien Decugis Added a second callback in fd_msg_send_timeout to handle more easily …
(edit) @1009:e22434c66126   11 years Sebastien Decugis Be more restrictive on fd_msg_send() called with answer messages, the …
(edit) @1005:1b0b1ab77be5   11 years tk Revert two \n.
(edit) @1001:d03f7e3805ad   11 years Sebastien Decugis Fix generation of the Proxy-Info AVP in fd_msg_new_answer_from_req
(edit) @995:2016a0c46bda   11 years Sebastien Decugis Fixed Proxy-Info duplication, added a test case for this
(edit) @992:80584f0e851a   11 years Sebastien Decugis Copy by default the Proxy-Info AVP included in requests into the …
(edit) @979:b90cb4c07160   11 years tk Remove more newlines.
(edit) @974:2091bf698fb1   11 years tk Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and …
(edit) @961:d95cd3ca9e8d   11 years tk merge latest 1.1 branch (one commit post 1.1.6)
(edit) @951:f97fa305467f   11 years tk Log messages into the same logfile where the error is reported. Remove …
(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) @920:cb439d57d0c5   11 years Sebastien Decugis Fix parsing of incoming AVPs with 0-byte length at the end of the message
(edit) @919:b1776283d69e   11 years Sebastien Decugis Do not kill framework when a message with 0b session-id is dispatched
(edit) @916:058e95c3a336   11 years Sebastien Decugis Initialize dummy AVP for Failed-AVP content with 0s instead of FFs
(edit) @915:9bd18fa4e601   11 years Sebastien Decugis Fix macro to avoid infinite loop in some situations
(edit) @903:4382d7420e65   11 years Sebastien Decugis Add new AVP_BY_STRUCT method for searching vendor-specific AVPs. This …
(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) @893:8187364e39ea   11 years Sebastien Decugis Fix answers sending
(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) @889:4a299daed8b2   11 years Sebastien Decugis Add information about parsing errors
(edit) @871:254d81d21d0b   12 years tk Fix some typos.
(edit) @824:89c5849b0832   12 years Sebastien Decugis Allow retransmission of messages on timeout
(edit) @808:c0a88c1bcc1e   12 years Sebastien Decugis Updated copyright information
(edit) @804:c5b7d4a2cc77   12 years Sebastien Decugis Log message dumps in one call to the dump function to avoid …
(edit) @792:0f566e550813   12 years Sebastien Decugis improved the previous fix... not sure it was correct
(edit) @791:42fa209a8cc4   12 years Sebastien Decugis Attempt at fixing unaligned 64b direct memory access (sigbus on sparc)
(edit) @765:edbdb35a603f   13 years Sebastien Decugis Fix a few compilation warning, some are still remaining
(edit) @753:71833fa5e35f   13 years Sebastien Decugis allow applications to create empty AVP also
(edit) @752:9e9840ccf059   13 years Sebastien Decugis Attempt to handle more gracefully (invalid) AVPs that contain an empty …
(edit) @740:4a9f08d6b6ba   13 years Sebastien Decugis Updated my mail address
(edit) @730:e21d79595045   13 years Sebastien Decugis minor improvements
(edit) @720:2c7c423eaba9   13 years Sebastien Decugis Have AVP values 0-terminated for safety (one should not rely on this …
(edit) @710:e60376cb15e8   13 years Sebastien Decugis Minor changes
(edit) @706:4ffbc9f1e922   13 years Sebastien Decugis Large UNTESTED commit with the following changes: * Improved …
(edit) @704:289632905e19   13 years Sebastien Decugis Added new sanity check
(edit) @690:a29e4201d511   13 years Sebastien Decugis It seems FreeBSD does not unstack cancelation cleanups if we skip the …
(edit) @689:933d098fc75d   13 years Sebastien Decugis Cleanups in msg_log feature
(edit) @688:8c3dc8584dab   13 years Sebastien Decugis Prepared capability for messages logging to separate files / folders
(edit) @687:026802543f57   13 years Sebastien Decugis Prepare for new message log facility
(edit) @686:f83d9878bf66   13 years Sebastien Decugis Fixed in case of termination of several modules (before initialization …
(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.