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
354
Commits
8
Branches
10
Tags
3.6 MiB
Tree:
6a837618b5
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 '6a837618b5'
${ noResults }
Commit Graph
31 Commits (6a837618b5ae8253ff00c75b628eaa9d590e85f2)
Author
SHA1
Message
Date
Georg Hopp
01dc476775
utilize libtrdata
12 years ago
Georg Hopp
562407c88e
now use libtrio for all io operations.
12 years ago
Georg Hopp
cf7f338bb2
move all hashing helper code in separate library
12 years ago
Georg Hopp
67b37a057b
moved the class and memory management into a separate project libtrbase / prefix all of the public interface of libtrbase with TR_
12 years ago
Georg Hopp
080add7222
remove specialized load and save from user, add serializable and indexable interface and make user utilize both and store a user and its credentials keyed by its uuid
12 years ago
Georg Hopp
b2cc25f50c
add code to generate uuid version 3 and 5. With this we can generate the same uuid for a given name all the time
12 years ago
Georg Hopp
a1350d7591
added a generic router. This is a REST router that maps urls to specific functions which it tries to find via dlsym. That way the only thing to do to get a new REST functionality is to add a function that fits into the namesheme. All existing functionality is moved accordingly
12 years ago
Georg Hopp
c807f99021
several smaller fixes for installation. Honor DESTDIR, changed destination of some files...this is still not perfect but at least installs with an ebuild on my machine.
12 years ago
Georg Hopp
8710078a03
build shared libraries from the parts that might be useful on their on and let taskrambler use them
12 years ago
Georg Hopp
7005c8860a
make install works now. So from now on taskrambler will not work when run from its build dir, because it can't find its assets then. To make installation work a basic config file reader class was implemented.
12 years ago
Georg Hopp
6bc2df8686
use dragonegg config
12 years ago
Georg Hopp
815f42e174
add facility to de/activate tree base memory optimizations
12 years ago
Georg Hopp
06d8f88972
everything builds again
12 years ago
Georg Hopp
1094e9c9f0
make sessions start on any request and clean them when they have timed out.
12 years ago
Georg Hopp
02872e4995
add first user class and persistence experiments. refs
#36
12 years ago
Georg Hopp
575f27dabc
everything builds again
12 years ago
Georg Hopp
76d164b80c
make sessions start on any request and clean them when they have timed out.
12 years ago
Georg Hopp
e58739bd63
add first user class and persistence experiments. refs
#36
12 years ago
Georg Hopp
79b346559a
code with abstraced application compiles again, but does not work correctly, start debugging. refs
#24
12 years ago
Georg Hopp
7ebd5a6a00
add subdir-objects to each Makefile.am
12 years ago
Georg Hopp
c8dc541c48
use now my own tree implementation as base for my hashes....sadly this thing is leaking memory again...on the other hand I workarounded the problem of a sometimes occuring infinite loop within connect.
12 years ago
Georg Hopp
d235aaef32
try to use memory mapped io for asset access, but this one leaks like a rotten barge
12 years ago
Georg Hopp
b832eea81c
change build system to accept CFLAGS
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
e3d947665f
latest additions to tests and code coverage
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
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