This website requires JavaScript.
Explore
Help
Register
Sign In
bughz
/
tinyproxy
Watch
1
Star
0
Fork
0
You've already forked tinyproxy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
606
Commits
7
Branches
77
Tags
2.8
MiB
b697ebf16b
Commit Graph
3 Commits
Author
SHA1
Message
Date
Robert James Kaes
12fc92828c
(malloc_shared_memory): Removed the MMAP_ANON and open("/dev/zero") since they are not portable across a while enough spectrum of machines. Right now tinyproxy is using a "classic" temporary file method of sharing memory. This will likely be improved in the future.
2002-05-29 20:51:35 +00:00
Robert James Kaes
2e6ab58f37
Added the malloc_shared_memory() and calloc_shared_memory() function to
...
allow the use of shared memory between all the children.
2002-05-26 18:56:06 +00:00
Robert James Kaes
c667952861
Initial addition to CVS. Moved all the debugging heap related functions.
2002-05-23 04:41:10 +00:00