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 |
Simone Bordet
|
7231c82b69
|
Merged branch 'jetty-9' into jetty-9-client.
|
2012-09-06 08:41:48 +02:00 |
Simone Bordet
|
c02f266511
|
Moved old jetty-client module to jetty-client-old.
|
2012-09-06 08:28:28 +02:00 |
Jan Bartel
|
29b4418876
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
|
2012-09-06 16:25:24 +10:00 |
Jan Bartel
|
605df36577
|
Add changeSessionId() method in preparation for servlet-3.1
|
2012-09-06 16:23:46 +10:00 |
Greg Wilkins
|
358e5b5bfd
|
jetty-9 fixed jetty-spring
|
2012-09-06 16:07:46 +10:00 |
Greg Wilkins
|
2dfcebfc04
|
jetty-9 distribution working
|
2012-09-06 14:54:55 +10:00 |
Greg Wilkins
|
3acf2e65ed
|
jetty-9 moved servlet dependencies out of jetty-http
|
2012-09-06 09:13:17 +10:00 |
Greg Wilkins
|
0b3865d749
|
jetty-9 removed unused schedulers
|
2012-09-06 09:12:31 +10:00 |
Simone Bordet
|
c8b76fa759
|
Jetty9 - Eight take at HTTP client implementation: supporting conversation over multiple destinations.
|
2012-09-05 22:53:20 +02:00 |
Simone Bordet
|
b4115c0101
|
Jetty9 - Seven take at HTTP client implementation: test fixes.
|
2012-09-05 21:41:24 +02:00 |
Simone Bordet
|
4ec7ef2800
|
Jetty9 - Sixth take at HTTP client implementation: all tests are passing.
|
2012-09-05 19:43:42 +02:00 |
Thomas Becker
|
2b1532d839
|
jetty-9 jetty-plugin exit on errors
|
2012-09-05 17:03:40 +02:00 |
Simone Bordet
|
9bd395835e
|
Jetty9 - Fifth take at HTTP client implementation: all tests are passing.
|
2012-09-05 14:14:58 +02:00 |
Thomas Becker
|
4b628e560a
|
jetty-9 license header fix
|
2012-09-05 13:46:46 +02:00 |
Simone Bordet
|
2715f64441
|
Jetty9 - Fourth take at HTTP client implementation.
|
2012-09-05 13:33:38 +02:00 |
Thomas Becker
|
0482b3c13d
|
jetty-9 license header fix
|
2012-09-05 13:18:23 +02:00 |
Thomas Becker
|
bdb75b9881
|
jetty-9 jetty-util remove plugin.xml from assembly
|
2012-09-05 10:43:30 +02:00 |
Thomas Becker
|
8076d86376
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-plugin
|
2012-09-05 10:42:02 +02:00 |
Thomas Becker
|
db3fbb9cb3
|
jetty-9 jetty-plugins now reads from multiple cofigurable groupIds. Currently org/eclipse/jetty and org/mortbay/jetty
|
2012-09-05 10:41:45 +02:00 |
Joakim Erdfelt
|
4f36513744
|
More work around close handshake testing
|
2012-09-04 14:53:34 -07:00 |
Simone Bordet
|
2b5ec13003
|
Jetty9 - Third take at HTTP client implementation.
|
2012-09-04 23:44:35 +02:00 |
Simone Bordet
|
250865f51d
|
Jetty9 - Second take at HTTP client implementation.
|
2012-09-04 21:03:04 +02:00 |
Simone Bordet
|
b18ab0e76a
|
Jetty9 - First take at HTTP client implementation.
|
2012-09-04 19:20:29 +02:00 |
Thomas Becker
|
1b3d32e337
|
jetty-9 jetty-plugins is now able to handle multiple repositoriesmci
|
2012-09-04 16:53:56 +02:00 |
Thomas Becker
|
0b77a69571
|
Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-plugin
|
2012-09-04 12:10:56 +02:00 |
Thomas Becker
|
694a07dac6
|
jetty-9 jetty-plugins now uses zip instead of jar files. Local maven repository is now being read and found located by settings.xml or default location. small improvements
|
2012-09-04 12:03:37 +02:00 |
Greg Wilkins
|
4fce4d0e53
|
jetty-9 ConcurrentScheduler refinements
|
2012-09-03 17:46:11 +10:00 |