Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| c1420690 | 2012-11-19 09:07:13 | Fix a bug when running "make verify" out-of-tree | ||
| 173d7823 | 2012-11-18 01:40:33 | Fix a gcc warning in rtrim test | ||
| f38e0788 | 2012-11-18 01:36:03 | Make ssl version check in unit tests work | ||
| e3b2e086 | 2012-11-16 16:15:03 | Add an event_remove_timer() to remove timer on an event without deleting it | ||
| 5a9a0141 | 2012-11-16 16:17:07 | Fix a couple of compile warnings in the unit tests | ||
| c6ff3812 | 2012-11-16 11:38:53 | Remove internal ws from multiline http headers correctly According to RFC2616: All linear white space, including folding, has the same semantics as SP. A recipient MAY replace any linear white space with a single SP before interpreting the field value or forwarding the message downstream. | ||
| ac425197 | 2012-11-16 11:29:34 | Remove trailing tabs in HTTP headers as well. | ||
| aa59d805 | 2012-11-16 11:13:29 | Clean up rtrim implementation If I understand the C standard correctly, you can't actually point at a position immediately _before_ the start of an object; only at the position immediately after. According to J.2 in the standard, in its big list of undefined behavior: "The behavior is undefined in the following circumstances: ... — Addition or subtraction of a pointer into, or just beyond, an array object and an integer type produces a result that does not point into, or just beyond, the same array object (6.5.6)." So we've got to fix rtrim to not do that. Also, make it unit tested, and give it an evutil_*_ name. | ||
| efb644ed | 2012-11-16 10:29:37 | Merge remote-tracking branch 'origin/patches-2.0' Conflicts: test/rpcgen_wrapper.sh | ||
| f3009e48 | 2012-11-16 10:28:19 | Make rpcgen_wrapper.sh work on systems without a "python2" binary |