| CODENOTIFIER | HelpYou are not signed inSign in |
| Revision | Author | Date | Description |
|---|---|---|---|
| 1036 | normalperson | 20 Aug 2008 04:20:53 | set close-on-exec flag on listen socket Original patch from Jos Backus, modified to work on weird platforms
Jos Backus wrote:
|
| 1035 | luislavena | 27 Jul 2008 09:23:05 | Updated certificates locations. |
| 1034 | luislavena | 27 Jul 2008 09:07:37 | Confidence is back: 0 failures on both mswin32 and mingw32 Usage of #process_based_port across tests to Ci on the same computer. |
| 1033 | luislavena | 27 Jul 2008 08:47:46 | Fixed tests to work under Windows. - Backported #process_based_port functionality form 1.2 to allow concurrency during CI.
|
| 1032 | luislavena | 27 Jul 2008 08:18:23 | Updated RUBY_PLATFORM regexp and Gem::Platforms Sorta backport from 1.2 to reports about MinGW not being a valid platform. |
| 1031 | normalperson | 14 Jul 2008 20:44:17 | http_parser: restore r996 (accept '"', '<', and '>' characters in URLs) This seems to have gotten accidentally dropped during a merge: r1020 Some broken web browsers don't properly escape ", <, and > characters
This patch was submitted by Eden Li here:
This patch was accepted by Zed Shaw here:
|
| 1030 | normalperson | 14 Jul 2008 20:44:11 | Remove nasty_pound_header test since we've always failed it ref: http://thread.gmane.org/gmane.comp.lang.ruby.mongrel.devel/37/focus=45 We got 'pen' mixed up with 'pound' in that thread but the gist
|
| 1029 | normalperson | 14 Jul 2008 20:34:03 | http11: fix Ragel parser to work with Ragel 6.2 The main thing is to not update the parser current state (cs) if
|
| 1028 | mental | 21 Jun 2008 23:26:23 | bump version to 1.0.3 |
| 1027 | mental | 21 Jun 2008 23:26:22 | make native build a noop on Rubies that have no real need for fastthread |
| 1026 | mental | 06 Jun 2008 14:16:57 | deal with missing rb_thread_wakeup_alive in earlier Ruby versions |
| 1025 | mental | 06 Jun 2008 13:53:56 | update CHANGELOG |
| 1024 | mental | 06 Jun 2008 13:52:50 | fix missing enq alias for SizedQueue |