- Dec 31, 2011
-
-
Olivier Lamy authored
-
- Dec 27, 2011
-
-
Kohsuke Kawaguchi authored
-
Christoph Kutzinski authored
-
- Dec 26, 2011
-
-
Kohsuke Kawaguchi authored
-
- Dec 25, 2011
- Dec 24, 2011
-
-
Seiji Sogabe authored
-
Kohsuke Kawaguchi authored
-
- Dec 20, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 17, 2011
-
-
Kohsuke Kawaguchi authored
Don't let the partially loaded Jenkins cause a possible data loss.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
At some point after this code was originally written, I/O in remoting became asynchronous. So we need to sync with that before we swap out the new log output stream, or else you cut off stuff at the wrong moment. Normally the command transfer in remoting is slow enough that you get more or less synchronized output anyway, which is why this poblem remained unnoticed. But if the uncliamed buffer gets large, write operation will take a long time, which makes this issue more likely to show up. This fix address this problem by doing a proper sync. The recycling of ByteArrayOutputStream is also disabled because it makes synchronization tricky.
-
- Dec 16, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 13, 2011
-
-
Vojtech Juranek authored
-
- Dec 12, 2011
-
-
Kohsuke Kawaguchi authored
-
- Dec 07, 2011
-
-
Costin Caraivan authored
configurations in the matrix.
-
- Dec 05, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 04, 2011
-
-
Christoph Kutzinski authored
-
- Dec 03, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 02, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This reverts commit e38e687d.
-
Kohsuke Kawaguchi authored
-
Andrew Bayer authored
come back online when disk space becomes available.
-
- Dec 01, 2011
-
-
Daniel Hahler authored
-
- Nov 30, 2011
-
-
Richard Mortimer authored
Use /var/cache/jenkins to hold the unpacked jenkins.war file at runtime.
-
Richard Mortimer authored
Increase stop timeout from 5 to 20 seconds.
-
Kohsuke Kawaguchi authored
-
Fred G authored
resizable Use YUI resize method to add resize handle for build timeline widget.
-
Fred G authored
Use window.attachEvent if window.addEventListener is not supported.
-
-
- Nov 29, 2011
-
-
Kohsuke Kawaguchi authored
-