~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-07-14 01:46:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1869.
  • Revision ID: john@arbash-meinel.com-20060714014636-f60fd83545520ba6
For pycurl inverse of (NOBODY,1) is (HTTPGET,1) not (NOBODY,0)

added the pycurl error codes from curl/curl.h
updated NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
     were removed. So it is safe to uncommit after a merge, fix something,
102
102
     and commit again. (John Arbash Meinel, #32526, #31426)
103
103
 
 
104
   * HTTP support has been updated. When using pycurl we now support 
 
105
     connection keep-alive, which reduces dns requests and round trips.
 
106
     And for both urllib and pycurl we support multi-range requests, 
 
107
     which decreasing round-trips. Performance results for
 
108
     ``time bzr branch http://bazaar-vcs.org/bzr/bzr.dev/``
 
109
     original: 22m45s total
 
110
     new pycurl: 7m18s total
 
111
     new urllib: 9m49s total
 
112
 
 
113
     revno 1864 has 6279 ancestors
 
114
     revno 1800 has 5889 ancestors
 
115
     revno 1500 has 2504 ancestors
 
116
     ``bzr branch -r 1500 http://bazaar-vcs.org/bzr/bzr.dev/``
 
117
     ``time bzr pull``
 
118
     original: 19m32s total
 
119
     new pycurl: 5m23s total
 
120
     new urllib: 7m00s total
 
121
 
 
122
     ``bzr branch -r 1800 http://bazaar-vcs.org/bzr/bzr.dev/``
 
123
     ``time bzr pull``
 
124
     original: 4m13s total
 
125
     new pycurl: 4m07s total
 
126
     new urllib: 1m45s total
 
127
     (Michael Ellerman, Johan Rydberg, John Arbash Meinel, #46768)
 
128
 
104
129
  BUG FIXES:
105
130
 
106
131
    * Fix shadowed definition of TestLocationConfig that caused some