[root]/module/ownet/c/src/include

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 103 (100.0%) | 4813 (100.0%) | 46.7 |
| alfille | 64 (62.1%) | 4321 (89.8%) | 67.5 |
| d1mag | 39 (37.9%) | 492 (10.2%) | 12.6 |
Added /setings/alias/list
2 lines of code changed in 1 file:
More cleanup of pthread code -- remove unused semaphore functions.
1 lines of code changed in 1 file:
Update return types for tcp_wait and EnterBackground
1 lines of code changed in 1 file:
Change type for ClientAddr()
1 lines of code changed in 1 file:
Cleanup of one_wire_query object -- keep reaping info in structure (acts more like a true object).
7 lines of code changed in 1 file:
changes for compiler warnings and trying to use owlib files in ownet.
14 lines of code changed in 2 files:
Add support for dirallslash
3 lines of code changed in 1 file:
Separate busmaster command line parsing (ARG_...) to a separate file.
3 lines of code changed in 1 file:
alias for read/write/dir
3 lines of code changed in 1 file:
Add a condition-variable to wait for the setup to be complete.
49 lines of code changed in 1 file:
Add OWNET_present() & OWNET_finish() in OWNET.
Add OW_present() in OWCAPI.
19 lines of code changed in 2 files:
Merge error.c, ow_mutexes.h ow_debug.h between ownet/c and owlib.
Fix some compilation warnings.
148 lines of code changed in 4 files:
Fix some problems when compiling with --disable-mt.
2 lines of code changed in 1 file:
Fix compilation problems with Solaris.
2 lines of code changed in 1 file:
Fix many 1-line if-statements without braces.
34 lines of code changed in 4 files:
Puhh.. Finally found the problem with the python-module.
Global is a reserved variable-name in python2.5, so it's renamed to Globals now.
21 lines of code changed in 3 files:
Steven Bauer's patches to remove unsigned char from parameters in ownetapi.
4 lines of code changed in 1 file:
Put in Christian Magnusson's correction for "HAVE_SEMAPHORE_H"
4 lines of code changed in 1 file:
Missing sem.h in src/include/Makefile.am caused some problem.
Found a bug in ownet/c/src/include/sem.h and module/owlib/src/include/sem.h
but haven't fixed it... HAVE_SEMAPHORE is never defined. (should add _H)
Perhaps done by purpose to test the semaphore replacement though...
7 lines of code changed in 2 files:
Add test for sem.h and semaphore.h.
Added EXTRACFLAGS which contains misc options while compiling, such as
-D_FILE_OFFSET_BITS=64, -D_XOPEN_SOURCE=500 and -pg
4 lines of code changed in 1 file:
Steven Bauer's patches to remove unsigned char from parameters in ownetapi.
5 lines of code changed in 1 file:
Remove pid storage
0 lines of code changed in 2 files:
Remove ow_opt -- no options and no ow_util
2 lines of code changed in 2 files:
Considerable cleanup removing much dead code and using better locking.
89 lines of code changed in 6 files:
Indent all .c and .h files with code_format-script.
155 lines of code changed in 14 files:
New example
0 lines of code changed in 2 files:
ownet read and write (put and get)
38 lines of code changed in 4 files:
OWNET dirlist now works!
2 lines of code changed in 1 file:
Make some fixes for ownetlib
9 lines of code changed in 3 files:
More code removal for linownet
7 lines of code changed in 7 files:
libownet work. Integrating prior work into skeleton
128 lines of code changed in 3 files:
Add files for libownet
4007 lines of code changed in 24 files:
Add ownet/c skeleton and --enable-libownet flag to configure.ac
42 lines of code changed in 3 files: