index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-19
Changed the calls to write() to send() so that we can use send(...,
Robert James Kaes
1
-2
/
+2
2001-11-26
Fixed a problem with not buffering more than 2K (which is obviously a
Robert James Kaes
1
-3
/
+6
2001-11-25
makenewline() now copies the data into the structure rather than just
Robert James Kaes
1
-24
/
+17
2001-11-22
Reformated text.
Robert James Kaes
1
-17
/
+32
2001-11-05
Removed the buffer_size() function and turned it into BUFFER_SIZE() macro.
Robert James Kaes
1
-57
/
+54
2001-10-25
Lowered the size of the read buffer to 2K since Ethernet seems to work
Robert James Kaes
1
-4
/
+5
2001-10-24
Error message cleanup to make the information more informative.
Robert James Kaes
1
-9
/
+5
2001-10-18
Fixed a problem where a full buffer on the read side would cause the
Robert James Kaes
1
-2
/
+2
2001-09-15
Removed the log message when unable to allocate memory.
Robert James Kaes
1
-5
/
+2
2001-09-14
When logging an error indicate the file descriptor and the error number.
Robert James Kaes
1
-6
/
+6
2001-09-11
Switched the memory allocation for the large strings to heap based instead
Robert James Kaes
1
-7
/
+17
2001-09-11
Style stuff.
Robert James Kaes
1
-3
/
+2
2001-09-08
Changed all the mallocs and callocs to use the new safemalloc and
Robert James Kaes
1
-4
/
+4
2001-09-07
Error message cleanup.
Robert James Kaes
1
-5
/
+10
2001-05-27
Changed the types for various variables. Some the functions had the
Robert James Kaes
1
-15
/
+15
2001-05-23
Added ASSERT statements.
Robert James Kaes
1
-2
/
+23
2000-09-11
Cleaned up the source so that the internal structure is no exposed by the
Robert James Kaes
1
-142
/
+85
2000-03-31
Added the working_* fields as a scratch pad for readline().
Robert James Kaes
1
-1
/
+7
2000-02-16
This commit was generated by cvs2svn to compensate for changes in r2,
Steven Young
1
-0
/
+308