Commits on Sep 16, 2013

  1. Reverting to 2629f93

    joakime committed Sep 16, 2013
    Copy the full SHA
    a71dce3 View commit details
    Browse the repository at this point in the history
  2. set for release

    jmcc0nn3ll committed Sep 16, 2013
    Copy the full SHA
    b8d0018 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    12d504f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1535f32 View commit details
    Browse the repository at this point in the history
  5. set for dev

    jmcc0nn3ll committed Sep 16, 2013
    Copy the full SHA
    7cb30e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2013

  1. Copy the full SHA
    a803e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2013

  1. Copy the full SHA
    5d30593 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jetty-7' into jetty-8

    Conflicts:
    	VERSION.txt
    	example-async-rest/async-rest-jar/pom.xml
    	example-async-rest/async-rest-webapp/pom.xml
    	example-async-rest/pom.xml
    	example-jetty-embedded/pom.xml
    	jetty-aggregate/jetty-all-server/pom.xml
    	jetty-aggregate/jetty-all/pom.xml
    	jetty-aggregate/jetty-client/pom.xml
    	jetty-aggregate/jetty-plus/pom.xml
    	jetty-aggregate/jetty-server/pom.xml
    	jetty-aggregate/jetty-servlet/pom.xml
    	jetty-aggregate/jetty-webapp/pom.xml
    	jetty-aggregate/jetty-websocket/pom.xml
    	jetty-aggregate/pom.xml
    	jetty-ajp/pom.xml
    	jetty-annotations/pom.xml
    	jetty-client/pom.xml
    	jetty-continuation/pom.xml
    	jetty-deploy/pom.xml
    	jetty-distribution/pom.xml
    	jetty-http-spi/pom.xml
    	jetty-http/pom.xml
    	jetty-io/pom.xml
    	jetty-jaspi/pom.xml
    	jetty-jmx/pom.xml
    	jetty-jndi/pom.xml
    	jetty-jsp/pom.xml
    	jetty-monitor/pom.xml
    	jetty-nested/pom.xml
    	jetty-nosql/pom.xml
    	jetty-osgi/jetty-osgi-boot-jsp/pom.xml
    	jetty-osgi/jetty-osgi-boot-warurl/pom.xml
    	jetty-osgi/jetty-osgi-boot/pom.xml
    	jetty-osgi/jetty-osgi-httpservice/pom.xml
    	jetty-osgi/pom.xml
    	jetty-osgi/test-jetty-osgi-context/pom.xml
    	jetty-osgi/test-jetty-osgi-webapp/pom.xml
    	jetty-osgi/test-jetty-osgi/pom.xml
    	jetty-overlay-deployer/pom.xml
    	jetty-plus/pom.xml
    	jetty-policy/pom.xml
    	jetty-rewrite/pom.xml
    	jetty-security/pom.xml
    	jetty-server/pom.xml
    	jetty-servlet/pom.xml
    	jetty-servlets/pom.xml
    	jetty-spdy/pom.xml
    	jetty-spdy/spdy-core/pom.xml
    	jetty-spdy/spdy-jetty-http-webapp/pom.xml
    	jetty-spdy/spdy-jetty-http/pom.xml
    	jetty-spdy/spdy-jetty/pom.xml
    	jetty-start/pom.xml
    	jetty-util/pom.xml
    	jetty-webapp/pom.xml
    	jetty-websocket/pom.xml
    	jetty-xml/pom.xml
    	pom.xml
    	test-continuation/pom.xml
    	test-jetty-nested/pom.xml
    	test-jetty-servlet/pom.xml
    	test-jetty-webapp/pom.xml
    	tests/pom.xml
    	tests/test-integration/pom.xml
    	tests/test-loginservice/pom.xml
    	tests/test-sessions/pom.xml
    	tests/test-sessions/test-hash-sessions/pom.xml
    	tests/test-sessions/test-jdbc-sessions/pom.xml
    	tests/test-sessions/test-mongodb-sessions/pom.xml
    	tests/test-sessions/test-sessions-common/pom.xml
    	tests/test-webapps/pom.xml
    	tests/test-webapps/test-webapp-rfc2616/pom.xml
    gregw committed Sep 22, 2013
    Copy the full SHA
    dd7dcb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2013

  1. Copy the full SHA
    b00a929 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    11072ed View commit details
    Browse the repository at this point in the history
  3. Fixing versions

    joakime committed Sep 27, 2013
    Copy the full SHA
    7d94344 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2013

  1. Copy the full SHA
    8ab9b24 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1d5219c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2013

  1. Copy the full SHA
    0643a5a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jetty-7' into jetty-8

    Conflicts:
    	jetty-servlet/src/main/java/org/eclipse/jetty/servlet/ServletHandler.java
    gregw committed Oct 4, 2013
    Copy the full SHA
    3d17ea0 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2013

  1. Backporting Close/Disconnect flows from RFC6455 to D08.

    + Close Detection and buffer handling modified.
    + Using improved concurrency locks around buffers.
    joakime committed Oct 7, 2013
    Copy the full SHA
    8726e77 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1ad8478 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2013

  1. Copy the full SHA
    bd6454e View commit details
    Browse the repository at this point in the history
  2. 419432 - Allow to override the SslContextFactory on a per-destination

    basis.
    
    Added a new method to HttpClient, getDestination(Address, boolean,
    SslContextFactory) to initialize the destination with a custom
    SslContextFactory (defaulting to HttpClient's).
    
    Also moved the initialization of the HttpExchange status to
    HttpDestination.send() to allow destination.send(exchange).
    sbordet committed Oct 18, 2013
    Copy the full SHA
    27f995d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    058a0e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2013

  1. Copy the full SHA
    108d8ed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52bd683 View commit details
    Browse the repository at this point in the history
  3. Fixing javadoc

    joakime committed Oct 22, 2013
    Copy the full SHA
    e71b515 View commit details
    Browse the repository at this point in the history
  4. Fixing javadoc

    joakime committed Oct 22, 2013
    Copy the full SHA
    1fe1dc8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4e4ab38 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2013

  1. Copy the full SHA
    c43583c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2013

  1. Copy the full SHA
    2ae0f9c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    77096b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2013

  1. 420273 Close JDBC statements to prevent database resource leakages.

    Make JDBCSessionManager and JDBCSessionIdManager explicitly close JDBC
    statements.
    
    When using a connection pool, not closing JDBC Statements and
    PreparedStatements lead to cursor leakages in the database.
    
    ResultSets are still not explicitly closed as they are closed automatically
    when their statement is closed.
    
    Signed-off-by: Stig Inge Lea Bjørnsen <stiginge@pvv.org>
    silb authored and janbartel committed Oct 31, 2013
    Copy the full SHA
    824252d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6bc1859 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2143ed4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2629ca7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    474c61a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    547ae94 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1fb58c4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    8253b79 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    413ba9c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    adbf84e View commit details
    Browse the repository at this point in the history
  11. set for dev

    jmcc0nn3ll committed Oct 31, 2013
    Copy the full SHA
    b239001 View commit details
    Browse the repository at this point in the history
  12. set for dev

    jmcc0nn3ll committed Oct 31, 2013
    Copy the full SHA
    d6dba49 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Copy the full SHA
    f5ae86d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b45409f View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. Copy the full SHA
    98dd05c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2013

  1. Copy the full SHA
    808b8aa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ef11dbd View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7b2e9db View commit details
    Browse the repository at this point in the history
  4. added IdleTimeoutHandler.java

    gregw committed Nov 7, 2013
    Copy the full SHA
    edcb922 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2013

  1. Merge branch 'jetty-8' of ssh://git.eclipse.org/gitroot/jetty/org.ecl…

    …ipse.jetty.project into jetty-8
    gregw committed Nov 8, 2013
    Copy the full SHA
    b9a7e20 View commit details
    Browse the repository at this point in the history
  2. 420776 complete error pages after startAsync

    handle complete and dispatch calls before the thrown exception
    gregw committed Nov 8, 2013
    Copy the full SHA
    2e1153d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2013

  1. Copy the full SHA
    4cacfc0 View commit details
    Browse the repository at this point in the history