This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ghopp
/
taskrambler
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
42
Commits
8
Branches
10
Tags
3.6 MiB
Tree:
b44ec9f22b
0.1.7
master
next
release0.1.5
release0.1.6
release0.1.7
v0.1.8
v0.1.9
0.1.8
0.1.9
v0.1
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.1.5
v0.1.6
v0.1.7
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b44ec9f22b'
${ noResults }
Commit Graph
31 Commits (b44ec9f22b0e7d227377d6d263c3320174f03fab)
Author
SHA1
Message
Date
Georg Hopp
b44ec9f22b
fix the last issues with using quick fit with the class interface.
12 years ago
Georg Hopp
fc40342711
added new memory management to the most fragile part in this matter...the class system...well, the server test gives me a memory corruption, but all other are running now....anyway most likely this is in an unusable state right now.
12 years ago
Georg Hopp
8934e864d7
simplified the quick fit interface
12 years ago
Georg Hopp
53baa54470
add quick fit to cbuf
12 years ago
Georg Hopp
b9f88cf05c
to test it use Best Fit memory management in logger.
12 years ago
Georg Hopp
add2a19904
first version of Quick Fit memory management
12 years ago
Georg Hopp
f2565a9b77
fix the new functions so that they compile at least.
12 years ago
Georg Hopp
1563d3e87f
added idea comment for a cbuf pool to not always reinitialize these all the time...
12 years ago
Georg Hopp
5156df0ef4
started implementing the Quick Fit memory management
12 years ago
Georg Hopp
b2d221c4c4
added comment about idea of Quick Fit memory management system to improve performance
12 years ago
Georg Hopp
e6d275faa2
put daemonize before our working child is forked.
12 years ago
Georg Hopp
7ce2adf1fe
only code format changes
12 years ago
Georg Hopp
f65bf3e1f8
make a more real daemonizing
12 years ago
Georg Hopp
d31a5cad7b
configure.ac
12 years ago
Georg Hopp
b615fb8b01
moved httpMessageQueue to a generalized Queue class as in fact it was nothing else except that it only stored HttpMessages.
14 years ago
Georg Hopp
a5d9699e53
fix message queue get. Problem was not correctly updated last value on empty queue
14 years ago
Georg Hopp
66e2ac5a6e
remove no longer needed variable
14 years ago
Georg Hopp
59400ca901
changed HttpMessageQueue to be a real queue and not a fixed size array
14 years ago
Georg Hopp
e3d947665f
latest additions to tests and code coverage
14 years ago
Georg Hopp
0936b08b7e
added first tests for server class
14 years ago
Georg Hopp
34217eabac
more tests...and some little structural changes to make then happen correctly with coverage reports. KEEP IN MIND: coverage reports lie to you. (But they are a good hint to see whats not testes enough
14 years ago
Georg Hopp
75106d2a62
started tests and coverage report.
14 years ago
Georg Hopp
db197db182
Now all classes are moved in according archives. Coming closer to the original purpose of the class construct to build small independent reusable code fragments.
14 years ago
Georg Hopp
b1a7331a4a
opps, remove archives from repo
14 years ago
Georg Hopp
7a717ad8f0
moved logger to separate archive
14 years ago
Georg Hopp
f0d05e1413
huge changes in build system. Moved a lot of stuff to separate archives, not finished right now. Additionally add some support for coverage reports. Next step after build restructuring is to write tests.
14 years ago
Georg Hopp
dd9d49d5a9
made all class and interface basics to a small lib. This is the first one. All other parts will become libs too. Right now these are only static libs but this way its easy to split them out if needed
14 years ago
Georg Hopp
dd9eae7e5b
cleanups in class and some code cleanups
14 years ago
Georg Hopp
61f8dc58e1
add latest stuff from parent project yabrog. Essentially some request variable handling and authentication interface with ldap implementation. Additionally add docBlocks to all C source and header files and make a real copyright sign from the (C).
14 years ago
Georg Hopp
f6de9deec5
some fixes i have done in server
14 years ago
Georg Hopp
fa02368ab8
initial fork from server project
14 years ago