1. 19 4月, 2014 2 次提交
  2. 16 4月, 2014 4 次提交
  3. 15 4月, 2014 2 次提交
  4. 12 4月, 2014 2 次提交
  5. 08 4月, 2014 1 次提交
  6. 03 4月, 2014 1 次提交
  7. 01 4月, 2014 1 次提交
  8. 26 3月, 2014 1 次提交
  9. 12 3月, 2014 1 次提交
    • T
      Remove pitfall code in URI reconstruction; fix userinfo handling. · 255c4e42
      Tim McCormack 提交于
      * newURI was always getting overwritten under normal circumstances
        (any time there was a / or ? or similar) so isURIEncoded is not
        necessary. Use of getQuery is dangerous, but the value was being
        thrown away. This commit helps ensure it will not be used in the
        future.
      * getUserInfo is replaced with getRawUserInfo to prevent premature
        decoding of separators such as ":". This should be the only behavioral
        change.
      255c4e42
  10. 11 3月, 2014 2 次提交
  11. 27 2月, 2014 2 次提交
  12. 21 2月, 2014 4 次提交
  13. 20 2月, 2014 5 次提交
  14. 14 2月, 2014 9 次提交
  15. 13 2月, 2014 2 次提交
  16. 12 2月, 2014 1 次提交
    • A
      Restructure Ribbon projects: · 3401c7be
      Allen Wang 提交于
      - Created ribbon-http and ribbon-loadbalancer
      - Removed httpasyncclient
      - Refactor load balancer logic to make it based on Rx and decouple from Client APIs
      3401c7be