first 0.5.10 stable release
25 lines of code changed in 1 file:
fixed the problem with net congestion + (some) tests done
88 lines of code changed in 1 file:
changed text report to developers (instead ITC)
1 lines of code changed in 1 file:
improved with Cristi's comments.
also the logic was also restructured.
89 lines of code changed in 1 file:
replaced println with MakumbaSystem.getMakumbaLogger()
7 lines of code changed in 1 file:
missing one import
1 lines of code changed in 1 file:
removed unused imports
4 lines of code changed in 1 file:
dos2unix: nothing changed but the fileformat was coverted to unix, so the next changes can be noticed
1 lines of code changed in 2 files:
New version of Multipart that doesn't create a byte[] with the size of the file.
It should solve the problem of big uploads.
I run a couple of tests and it seems to work but more test is needed.
There are some println in the code for testing purposes.
196 lines of code changed in 1 file:
test added to check the endings. A read in some RFC that the standard is CR LF.
After some test this code can be made nicer and println should be removed
10 lines of code changed in 1 file:
0.5.10.3 release
7 lines of code changed in 1 file:
corrected the checking for the ending: it can be CRLF or only CR
quote from a webpage:
- PC uses CR+LF
- Unix adopted plain LF as the line termination sequence
- Macintosh uses just CR
but Mac OS X files either have the unix-style LF, or the old-Mac style CR
CR - carriage return
LF - line feed (or NL - new line)
4 lines of code changed in 1 file:
class created to support the MulpipartHttpParameters
2 lines of code changed in 1 file:
make sure the name of the created field definition is legal.
the name doesn't matter anyway (only the type)
fixed bug 698
1 lines of code changed in 1 file:
making sure that each request has a connection provider
fix for bug 699
46 lines of code changed in 5 files:
corrected Tag
9 lines of code changed in 1 file:
removed unused imports
114 lines of code changed in 33 files:
removed unused imports
221 lines of code changed in 47 files:
removed unused imports
7 lines of code changed in 4 files:
added a few comments and parentheses around the red text, because if you print in B/W you don't see the difference that much from normal text to red text.
93 lines of code changed in 1 file:
May 2004 »