index
:
tinyproxy
ninji-patches
personal modifications to tinyproxy
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2002-04-28
Added extra logging information, and made sure that locks were being
Robert James Kaes
1
-22
/
+33
2002-04-28
Clear the total array of threads before any of the threads are created.
Robert James Kaes
1
-2
/
+2
2002-04-28
Fixed up the error detection code when relating the pthread functions.
Robert James Kaes
1
-21
/
+27
2002-04-22
Renamed the LOCKing macros and added assert debugging code. Also, moved
Robert James Kaes
1
-23
/
+40
2002-04-18
Moved the log rotation code out of the signal handler and into it's own
Robert James Kaes
1
-1
/
+7
2002-04-17
Removed the close(connfd) call since the socket has already been closed
Robert James Kaes
1
-9
/
+32
2002-04-09
Added the cancelation setting to make sure the thread stops immediately.
Robert James Kaes
1
-1
/
+4
2002-04-08
Just moved the looping code from main() into thread_main_loop().
Robert James Kaes
1
-16
/
+25
2002-01-25
Added code to check for "errors" from the accept call in thread_main() and
Robert James Kaes
1
-1
/
+23
2002-01-08
Added code which checks to see if the user has signalled that tinyproxy
Robert James Kaes
1
-8
/
+13
2001-12-28
Check for errors returned by the accept() function.
Robert James Kaes
1
-1
/
+10
2001-11-22
Reformated text.
Robert James Kaes
1
-20
/
+39
2001-10-24
Error message cleanup to make the information more informative.
Robert James Kaes
1
-4
/
+4
2001-09-15
Removed the memory allocation log messages.
Robert James Kaes
1
-4
/
+2
2001-09-11
Set the stack size of threads to 32KB from 128KB.
Robert James Kaes
1
-2
/
+2
2001-09-08
Changed all the mallocs and callocs to use the new safemalloc and
Robert James Kaes
1
-3
/
+4
2001-09-08
Fixed a memory leak in thread_main().
Robert James Kaes
1
-3
/
+17
2001-09-07
Explictly added the DETACHED creation method on threads.
Robert James Kaes
1
-2
/
+5
2001-09-07
Error message cleanup.
Robert James Kaes
1
-19
/
+29
2001-09-06
Try moving the kill thread code into the thread_main() function so it can
Robert James Kaes
1
-19
/
+13
2001-09-06
Initialzed the servers_waiting explictly. Added debugging code to find out
Robert James Kaes
1
-3
/
+8
2001-08-28
Changed the default stack size to 128 KB.
Robert James Kaes
1
-2
/
+8
2001-08-27
Changed the default stack size since some OS's have a stack size which is
Robert James Kaes
1
-3
/
+13
2001-08-26
Fixed a problem where child threads would not be closed if they had been
Robert James Kaes
1
-7
/
+8
2001-05-27
Changed the thread_main() function to only deal with the connections per
Robert James Kaes
1
-18
/
+20
2001-05-23
Fixed a potential problem with not zeroing the number of connections when
Robert James Kaes
1
-2
/
+12
2000-12-09
Implimented the MaxRequestsPerChild directive.
Robert James Kaes
1
-15
/
+34
2000-12-08
Fixed a problem with polling for the number of active threads. No longer
Robert James Kaes
1
-41
/
+23
2000-09-12
tinyproxy now uses a pool of threads to handle connections. All the work
Robert James Kaes
1
-0
/
+214