Jesse McConnell
|
0a475d034b
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-09-13 17:32:57 -05:00 |
Jesse McConnell
|
cb33d2db18
|
adding in the jetty-setuid setup from codehaus, java source needs updated to new connector setup and need to finish wiring up the per platform builds once that is done
|
2012-09-13 17:32:51 -05:00 |
Joakim Erdfelt
|
44b963e7b8
|
Fixing typo
|
2012-09-13 10:17:30 -07:00 |
Joakim Erdfelt
|
12470a2715
|
Introduce SocketBased, and squelching logging on tests
|
2012-09-13 08:51:45 -07:00 |
Simone Bordet
|
6f8ebc1450
|
jetty-9 - HTTP client: javadocs.
|
2012-09-13 16:02:58 +02:00 |
Simone Bordet
|
5315a6dcff
|
jetty-9 - HTTP client: implemented abort of request and responses.
|
2012-09-13 16:02:57 +02:00 |
Simone Bordet
|
b5a329ecaf
|
jetty-9 - HTTP client: implemented followRedirect functionality.
|
2012-09-13 16:02:57 +02:00 |
Simone Bordet
|
6be8ce9e26
|
jetty-9 - HTTP client: renamed class.
|
2012-09-13 16:02:57 +02:00 |
Simone Bordet
|
312785eb7b
|
jetty-9 - HTTP client: javadocs.
|
2012-09-13 16:02:57 +02:00 |
Greg Wilkins
|
c7c9c35fee
|
jetty-9 remove leftover debug
|
2012-09-13 20:12:57 +10:00 |
Greg Wilkins
|
e9d7cc3cab
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-09-13 17:06:46 +10:00 |
Simone Bordet
|
b85077ea18
|
jetty-9 - Added copyright headers.
|
2012-09-13 09:02:01 +02:00 |
Simone Bordet
|
d0d5a422a5
|
jetty-9 - HTTP client: Improved test disposal.
|
2012-09-13 09:01:06 +02:00 |
Simone Bordet
|
c16778eb48
|
jetty-9 - HTTP client: more logging.
|
2012-09-13 09:01:06 +02:00 |
Simone Bordet
|
f5d68f0caf
|
jetty-9 - HTTP client: implemented digest authentication.
|
2012-09-13 09:01:06 +02:00 |
Simone Bordet
|
52accdf761
|
jetty-9 - HTTP client: temporary commit.
|
2012-09-13 09:01:06 +02:00 |
Simone Bordet
|
772fa55b99
|
jetty-9 - HTTP client: Using standard Jetty SecurityHandler for authentication tests.
|
2012-09-13 09:01:06 +02:00 |
Greg Wilkins
|
35a86c3373
|
jetty-9 more configuration clean ups
|
2012-09-13 16:49:15 +10:00 |
Greg Wilkins
|
e596d6eef6
|
jetty-9 more xml configuration
|
2012-09-13 15:30:07 +10:00 |
Greg Wilkins
|
9940796a32
|
jetty-9 xml configurations
|
2012-09-13 14:43:03 +10:00 |
Greg Wilkins
|
c709981aa5
|
jetty-9 finished refactor for oneconnector and configuration pluggability
|
2012-09-13 10:00:44 +10:00 |
Greg Wilkins
|
a41b6e32ac
|
Merge branch 'jetty-9-configuration' into jetty-9
Conflicts:
jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java
|
2012-09-13 08:22:06 +10:00 |
Greg Wilkins
|
b3e8f91026
|
jetty-9 flush returns boolean to say completely flushed or not
|
2012-09-13 08:11:05 +10:00 |
Greg Wilkins
|
79caf45604
|
Merge branch 'jetty-9' into jetty-9-configuration
Conflicts:
jetty-io/src/main/java/org/eclipse/jetty/io/ssl/SslConnection.java
|
2012-09-12 23:11:12 +10:00 |
Greg Wilkins
|
427a01855c
|
jetty-9 WriteFlusher handlers buffering endpoints
|
2012-09-12 23:06:19 +10:00 |
Joakim Erdfelt
|
2d070970b8
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-09-10 15:15:49 -07:00 |
Joakim Erdfelt
|
550f0d28f6
|
attempting to address the SCEPSslTest.testWriteBlocked() failures
|
2012-09-10 15:15:31 -07:00 |
Greg Wilkins
|
26f5ffc459
|
jetty-9 improve SslConnection toString
|
2012-09-11 08:04:33 +10:00 |
Simone Bordet
|
a51e6a2cb5
|
jetty-9 - HTTP client: Reverted change to logging file (was not the right logging file).
|
2012-09-10 23:11:32 +02:00 |
Simone Bordet
|
2d944f61b1
|
jetty-9 - HTTP client: Reduced test logging.
|
2012-09-10 23:08:06 +02:00 |
Simone Bordet
|
60a0b8ac8d
|
jetty-9 - HTTP client: Implemented basic authentication.
|
2012-09-10 18:46:16 +02:00 |
Simone Bordet
|
f3edbf9594
|
jetty-9 - HTTP client: Introduced protocol handlers to handle redirect and authentication.
|
2012-09-10 18:46:16 +02:00 |
Simone Bordet
|
4ddc55ae11
|
jetty-9 - HTTP client: Clarified semantic of Response.Listener.onComplete(), introducing a Result class to hold the result of the exchange.
|
2012-09-10 18:46:16 +02:00 |
Simone Bordet
|
6f8a1c697f
|
jetty-9 - HTTP client: Introduced the concept of exchange completed via a new method in Response.Listener that is invoked only when the exchange is completed.
|
2012-09-10 18:46:16 +02:00 |
Simone Bordet
|
5235dc6ea1
|
jetty-9 - HTTP client: moved exchange failure state from the receiver to the exchange where it better belongs.
|
2012-09-10 18:46:16 +02:00 |
Greg Wilkins
|
73ebe89019
|
jetty-9 refactored configuration
|
2012-09-10 20:26:14 +10:00 |
Greg Wilkins
|
a15d71932f
|
jetty-9 protection from double onFillable calls
|
2012-09-09 08:31:31 +10:00 |
Greg Wilkins
|
2bb425d0b2
|
jetty-9 improved buffer recycling
|
2012-09-09 07:42:03 +10:00 |
Simone Bordet
|
03a92fb966
|
jetty-9 - HTTP client: implemented correctly execution of queued requests.
|
2012-09-07 15:15:32 +02:00 |
Simone Bordet
|
67670c22bd
|
jetty-9 - Removed debug code.
|
2012-09-07 12:05:48 +02:00 |
Simone Bordet
|
1da6b61854
|
jetty-9 - HTTP client: implemented correct shutdown.
|
2012-09-07 00:05:12 +02:00 |
Simone Bordet
|
8b7e1463a1
|
jetty-9 - HTTP client: implemented cookie functionalities.
|
2012-09-07 00:05:12 +02:00 |
Joakim Erdfelt
|
3ba074ecc8
|
Adding .STACKS=(boolean) support to StdErrLog configuration
|
2012-09-06 12:33:38 -07:00 |
Simone Bordet
|
9c194ce2b5
|
jetty-9 - HTTP client: implemented query params and connection failure handling.
|
2012-09-06 13:24:38 +02:00 |
Simone Bordet
|
d8ed9116f1
|
jetty-9 - Moved SPDY's Headers class to jetty-util module as Fields.
|
2012-09-06 13:22:04 +02:00 |
Simone Bordet
|
236df8e94b
|
Jetty9 - Fixed compilation issues.
|
2012-09-06 09:37:11 +02:00 |
Simone Bordet
|
4c26d98187
|
Jetty9 - Fixed copyright headers.
|
2012-09-06 09:16:57 +02:00 |
Simone Bordet
|
1c306ad89c
|
Jetty9 - Removed code duplication for calculating the jetty version.
|
2012-09-06 09:16:34 +02:00 |
Simone Bordet
|
d74d7a7a09
|
Jetty9 - Reorganized new jetty-client classes.
|
2012-09-06 09:00:01 +02:00 |
Simone Bordet
|
1301686281
|
Moved new jetty-client-new module to jetty-client.
|
2012-09-06 08:46:56 +02:00 |