Navigation


source: freeDiameter/libfdproto

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1052:b3d623f04b6d   11 years Sebastien Decugis Fix a number of remaining compilation warnings
(edit) @1050:75592614af57   11 years Sebastien Decugis Yet another warning removed
(edit) @1036:aecdc2fbf222   11 years tk Add fd_msg_dump_full function that dumps a message in human-readable …
(edit) @1035:2f989d1a21e9   11 years tk Improve dumper for time, and print longer UTF8 strings.
(edit) @1033:000e1904074c   11 years Sebastien Decugis Fix a number of additional warnings
(edit) @1030:4a2ac93e92ff   11 years Sebastien Decugis Fix invalid use of PRId64 primitive
(edit) @1029:e63de8d76916   11 years Sebastien Decugis Remove a few remaining warnings
(edit) @1027:0117a7746b21   11 years Sebastien Decugis Fix a number of errors and warnings introduced/highlighted by recent …
(edit) @1022:9beef9a09faa   11 years tk Fix spin/core-dump inducing format string error.
(edit) @1019:6fcd30ce3ce7   11 years Sebastien Decugis Retrieve additional information when adding a routing error
(edit) @1017:d69612a16929   11 years Sebastien Decugis Do not abort dispatch thread when a callback returns an error
(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) @990:efb4e4ce2a6f   11 years Sebastien Decugis Include level string even with color output to ease copy/paste
(edit) @987:8d7201a747eb   11 years tk Fix typo in comment.
(edit) @986:46c675a28e40   11 years Sebastien Decugis Send \n after last control data
(edit) @980:0f376cab3dcb   11 years tk Remove newline workaround so any remaining extra newlines are easily …
(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) @972:ce3cacbbccc9   11 years tk Fix some typos.
(edit) @966:8862d9dece66   11 years Sebastien Decugis Use color output on consoles
(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) @952:17ac99255475   11 years tk Be explicit which entry already exists in the dictionary.
(edit) @951:f97fa305467f   11 years tk Log messages into the same logfile where the error is reported. Remove …
(edit) @949:ad5c976e0dc7   11 years tk Remove some newlines.
(edit) @945:284608b307ee   11 years tk Add timestamp to default logger. Only add newline if there is none.
(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) @923:6a4d08e239bd   11 years Sebastien Decugis Fix UTF8Dump function for the case of truncating UTF8 multibyte …
(edit) @922:c7bf1a7a4e90   11 years Sebastien Decugis Split the encoders/interpreters for the dictionary types into a …
(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) @911:c9f86e8c45fe   11 years Sebastien Decugis Fix compilation error
(edit) @910:8500947421cb   11 years Sebastien Decugis Fix bug in fd_dict_search for rules. Thank you Thomas for bug & fix.
(edit) @909:047f99b09632   11 years Sebastien Decugis Clean some externs for picky linkers (by Thomas)
(edit) @908:ed611e15f744   11 years Sebastien Decugis Fix a few warnings, thank you Thomas again
(edit) @907:b772af200865   11 years Sebastien Decugis Add a few const declaration so that C++ is less picky
(edit) @906:ebe479bfcd4b   11 years Sebastien Decugis Fix typo in new code
(edit) @905:9bf44ee1c748   11 years Sebastien Decugis typo
(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) @898:c2ecce3fb928   11 years Sebastien Decugis Add a NONE option for fd_msg_log to disable the trace
(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   11 years tk Fix some typos.
(edit) @855:2eb6882b20c6   11 years Sebastien Decugis Fix return value
(edit) @852:5873c671490f   11 years Sebastien Decugis Typo
(edit) @851:536e8d11edee   11 years Sebastien Decugis Avoid using strnlen since it is also missing from Mac OS X
(edit) @849:d7f940afd933   11 years Sebastien Decugis New portability function: strndup
(edit) @837:1d2721778c7a   11 years Sebastien Decugis Updated copyright information
(edit) @836:da97a5aa7976   11 years Sebastien Decugis Add replacement for clock_gettime (for Mac OS) -- ticket #38
(edit) @834:84a23e90519d   12 years Sebastien Decugis More verbose information on conflicts
(edit) @828:78307a61c578   12 years Sebastien Decugis Fix regression in dictionary dump
(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) @788:cb84f5be889d   12 years Sebastien Decugis Updated copyright information
(edit) @786:d3fc443dae36   12 years Sebastien Decugis Added information in session dump
(edit) @785:e780452c6b55   12 years Sebastien Decugis Fix possible memory leaks
(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) @770:27fef2ca2cf6   12 years Sebastien Decugis Improved usability of fd_dict_getlistof for vendors and apps
(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) @765:edbdb35a603f   12 years Sebastien Decugis Fix a few compilation warning, some are still remaining
(edit) @764:f53e5b5fdfd3   12 years Sebastien Decugis Added new experimental function fd_dict_getlistof -- see …
(edit) @761:99625152176b   12 years Sebastien Decugis Remove message logging if the level is NONE
(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) @743:5d529eb0ad33   13 years Sebastien Decugis Fix bug in peers order 1.1.0
(edit) @740:4a9f08d6b6ba   13 years Sebastien Decugis Updated my mail address
(edit) @738:d666051658bd   13 years Sebastien Decugis Fix broken 'almostcasecmp' logic
(edit) @735:da8bfb070900   13 years Sebastien Decugis Fix the logic of local + global debug level
(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) @719:dc71992e3378   13 years Sebastien Decugis Be less tolerant on DiameterURI format
(edit) @717:571b3abaa5df   13 years Sebastien Decugis Support for Diameter Redirects through rt_redirect.fdx extension …
(edit) @710:e60376cb15e8   13 years Sebastien Decugis Minor changes
(edit) @707:e387d5c6b6f5   13 years Sebastien Decugis Added support for Internationalized Domain Names (IDNA) using GNU libidn
(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) @693:16c373df0947   13 years Sebastien Decugis Cleanups
(edit) @691:78b665400097   13 years Sebastien Decugis Cleanup all pthread_cleanup_push / pop pairs so that pop is always …
(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
Note: See TracRevisionLog for help on using the revision log.