log

age author description
Mon, 01 Apr 2013 16:16:28 +0800 Sebastien Decugis Retrieve additional information when adding a routing error
Mon, 01 Apr 2013 16:14:35 +0800 Sebastien Decugis Updated test to match new behavior of dispatch function
Mon, 01 Apr 2013 11:27:34 +0800 Sebastien Decugis Do not abort dispatch thread when a callback returns an error
Fri, 29 Mar 2013 17:31:46 +0800 Sebastien Decugis Merged
Thu, 28 Mar 2013 17:08:51 +0100 Thomas Klausner Fix typo in comment.
Fri, 29 Mar 2013 17:30:59 +0800 Sebastien Decugis Added a second callback in fd_msg_send_timeout to handle more easily the timeout situation
Fri, 29 Mar 2013 17:11:45 +0800 Sebastien Decugis Replace calls to PyEval_CallFunction by PyObject_CallFunction
Thu, 28 Mar 2013 11:20:50 +0800 Sebastien Decugis Allow port value 0 in the configuration to disable a server
Tue, 26 Mar 2013 14:30:29 +0100 Sebastien Decugis Updated Ubuntu documentation
Mon, 25 Mar 2013 16:39:32 +0100 Sebastien Decugis Implement a new counter on pending answers to send back to a peer.
Mon, 25 Mar 2013 14:35:55 +0100 Sebastien Decugis Be more restrictive on fd_msg_send() called with answer messages, the function now rejects the parameters if an answer callback is provided
Fri, 22 Mar 2013 14:48:28 +0100 Sebastien Decugis Fix a compilation warning and protect CHECK_GNUTLS_DO macro
Fri, 22 Mar 2013 01:00:52 +0100 Sebastien Decugis merge
Thu, 21 Mar 2013 20:28:23 +0100 Thomas Klausner Report an error if a problem is big enough to break startup.
Thu, 21 Mar 2013 20:03:54 +0100 Thomas Klausner Revert two \n.
Fri, 22 Mar 2013 00:59:56 +0100 Sebastien Decugis Fix compilation issue
Thu, 21 Mar 2013 15:07:24 +0100 Sebastien Decugis Added tag proposed_merged for changeset 7ca81c10ba06
Thu, 21 Mar 2013 15:07:23 +0100 Sebastien Decugis Merged
Thu, 21 Mar 2013 15:05:54 +0100 Sebastien Decugis Fix generation of the Proxy-Info AVP in fd_msg_new_answer_from_req
Thu, 21 Mar 2013 15:04:58 +0100 Sebastien Decugis Cleanup test messages
Thu, 21 Mar 2013 15:04:14 +0100 Sebastien Decugis Fix compilation warning
Wed, 20 Mar 2013 16:39:15 +0100 Sebastien Decugis Protect macros for debug
Tue, 19 Mar 2013 16:15:38 +0100 Sebastien Decugis Added tag proposed_merged for changeset cf09fde3d7f5
Tue, 19 Mar 2013 16:13:14 +0100 Sebastien Decugis Fix management of sessions in app_radgw: sessions are simply associated with messages, that is sufficient
Mon, 18 Mar 2013 16:19:47 +0100 Sebastien Decugis Fixed Proxy-Info duplication, added a test case for this
Mon, 18 Mar 2013 13:22:07 +0100 Thomas Klausner Remove more newlines.
Sun, 17 Mar 2013 16:23:12 +0100 Sebastien Decugis Added tag proposed_merged for changeset 80584f0e851a
Sun, 17 Mar 2013 16:22:32 +0100 Sebastien Decugis Copy by default the Proxy-Info AVP included in requests into the answers. Use MSGFL_ANSW_NOPROXYINFO to ignore. This code has not been tested yet.
Sun, 17 Mar 2013 14:53:24 +0100 Sebastien Decugis Updated tag
Sun, 17 Mar 2013 14:52:20 +0100 Sebastien Decugis Include level string even with color output to ease copy/paste
Sun, 17 Mar 2013 14:38:53 +0100 Sebastien Decugis Added tag proposed_merged for changeset 371f899276ed
Sun, 17 Mar 2013 14:37:44 +0100 Sebastien Decugis Merged
Sun, 17 Mar 2013 12:18:19 +0100 Thomas Klausner Fix typo in comment.
Sun, 17 Mar 2013 14:36:26 +0100 Sebastien Decugis Send \n after last control data
Sun, 17 Mar 2013 13:45:00 +0100 Sebastien Decugis Make sure dbg_interactive is linked with a console for running. Use printf in that case
Sat, 16 Mar 2013 16:23:44 +0100 Sebastien Decugis Remove more printfs
Sat, 16 Mar 2013 16:05:37 +0100 Sebastien Decugis Remove some additional printf
Sat, 16 Mar 2013 15:49:31 +0100 Sebastien Decugis Use gnutls_srp_* functions only ifdef ENABLE_SRP
Fri, 15 Mar 2013 19:43:46 +0100 Thomas Klausner Put file_bname in #ifdef DEBUG, since it's only used there.
Thu, 14 Mar 2013 18:46:05 +0100 Thomas Klausner Remove newline workaround so any remaining extra newlines are easily visible.
Thu, 14 Mar 2013 18:45:03 +0100 Thomas Klausner Remove more newlines.
Thu, 14 Mar 2013 18:44:58 +0100 Thomas Klausner Adapt caller for signature change.
Thu, 14 Mar 2013 18:44:10 +0100 Thomas Klausner Remove more newlines and fix function name.
Thu, 14 Mar 2013 18:28:32 +0100 Thomas Klausner Remove now unnecessary suffix argument from fd_ep_dump_one.
Thu, 14 Mar 2013 18:27:39 +0100 Thomas Klausner Remove \n from fd_msg_log.
Thu, 14 Mar 2013 18:14:35 +0100 Thomas Klausner Remove newlines from fd_log_debug, TRACE_DEBUG, TRACE_ERROR, and TRACE_DEBUG_ERROR
Thu, 14 Mar 2013 17:31:16 +0100 Thomas Klausner merge
Thu, 14 Mar 2013 17:31:00 +0100 Thomas Klausner Fix some typos.
Wed, 13 Mar 2013 00:04:39 +0100 Sebastien Decugis Added tag proposed_merged for changeset ec348f604399
Wed, 13 Mar 2013 00:04:19 +0100 Sebastien Decugis Removed tag FORK
Tue, 12 Mar 2013 17:43:30 +0100 Sebastien Decugis Remerged
Tue, 12 Mar 2013 15:47:53 +0100 Thomas Klausner merge main
Sun, 10 Mar 2013 09:57:57 +0100 Thomas Klausner merge
Tue, 12 Mar 2013 17:38:24 +0100 Sebastien Decugis Use color output on consoles
Tue, 12 Mar 2013 17:23:37 +0100 Sebastien Decugis Some modifications to logging code:
Sat, 09 Mar 2013 16:55:20 +0100 Thomas Klausner Merge latest 1.1.x version.
Fri, 08 Mar 2013 14:40:58 +0100 Thomas Klausner Add dict_dcca_3gpp and dict_dcca_starent.
Fri, 08 Mar 2013 14:40:46 +0100 Thomas Klausner Add a dictionary for Starent vendor specific AVPs, following publicly available
Wed, 06 Mar 2013 20:09:54 +0100 Thomas Klausner merge latest 1.1 branch (one commit post 1.1.6)
Tue, 05 Mar 2013 22:52:35 +0100 Thomas Klausner Include vendor name in enumerated type name.
"Welcome to our mercurial repository"