[root]/module/owserver/src/include

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 40 (100.0%) | 296 (100.0%) | 7.4 |
| alfille | 34 (85.0%) | 278 (93.9%) | 8.1 |
| d1mag | 6 (15.0%) | 18 (6.1%) | 3.0 |
Fix owserver / owexternal confusion for compilation.
2 lines of code changed in 1 file:
Fix reference in Makefile.am
1 lines of code changed in 1 file:
Clear owexternal.h vs owserver.h
0 lines of code changed in 1 file:
owexternal makefile update
1 lines of code changed in 1 file:
Add owexternal as a special owserver that handles non-1wire devices
0 lines of code changed in 1 file:
Consolidate some of the exit code and signal catching code into the library.
1 lines of code changed in 1 file:
Changed much of the thread contingency to make the commands behave as NOP when threading not used instead of #if macro work.
5 lines of code changed in 1 file:
Full support for the for the OW-SERVER-ENET and change the struct timeval to use the macros
1 lines of code changed in 1 file:
Fix symbol collision in the MUTEX_... macros
5 lines of code changed in 1 file:
Tighten up the mutex attributes. Use new macros to encapsulate all mutex handling.
8 lines of code changed in 1 file:
Change pipe handling from two FDs to an array of FD with enum index.
2 lines of code changed in 1 file:
Work on owserver ping logic
4 lines of code changed in 1 file:
Clean up ping loop using pipe and select
9 lines of code changed in 1 file:
Separate out ping
6 lines of code changed in 1 file:
Start adding elements for new owserver ping routines.
10 lines of code changed in 1 file:
Getting rid of owsidetap -- too much to maintain.
1 lines of code changed in 1 file:
Add support for dirallslash
4 lines of code changed in 1 file:
Improve performance for persistant connections. If was limited to 1 request every 200ms! within
a persistant connection, since hd->tv wasn't tested at once with the SingleHandler was done.
A semaphore will now be used to allow a new request as quick as possible.
4 lines of code changed in 1 file:
Fix many 1-line if-statements without braces.
5 lines of code changed in 1 file:
owserver sidetap code -- including larger header and multiple taps. Compiles but not tested.
7 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
5 lines of code changed in 1 file:
Fixed problem in owlib DIRALL client processing.
1 lines of code changed in 1 file:
change fd to file_descriptor for clarity
4 lines of code changed in 1 file:
object for write -- higher level functions converted. Soft conversion for some of the aggregate work.
3 lines of code changed in 1 file:
Pretty-up code using sript: code_format.sh in /src/scripts
25 lines of code changed in 1 file:
Persistence implemented in owserver, need clients now.
2 lines of code changed in 1 file:
Move getting data from DataHandler to outer handler -- bettter for persistence.
8 lines of code changed in 1 file:
Split up source code for owserver to make it more readable.
84 lines of code changed in 1 file:
Big change -- Improved filesize algorithm, eliminate ServerSize.
Also change read to use PresenceCheck to find the right bus, rather than reading them all.
Same change to write
Use server_mode flag to signal server vs all other invokation of libow.
remove file ow_size
5 lines of code changed in 1 file:
Change @RM@ in makefiles.
Install two include files from now on... owfs_config.h and owcapi.h
src/include/config.h contain autogenerated configuration instead of owfs_config.h.
All *.h and *.c is updated to #include <config.h> which is normal behavior.
3 lines of code changed in 2 files:
Don't install the header-files anymore. Only owcapi.h is installed.
1 lines of code changed in 1 file:
Two changes:
1. better handing of reconnect and detect and server_close
2. Nearly ready with link-hub-e
Also added timeout for network reads
4 lines of code changed in 1 file:
owserver.h define fix from Simon Natterer.
4 lines of code changed in 1 file:
moved tempscale, etc to stateinfo sturcture. Out in links to serverXXX calls. Server testing ready to commence!
2 lines of code changed in 1 file:
owserver changes. Unfortunately, write doesn't work.
2 lines of code changed in 1 file:
ds2760 error in memory pages code (forgot the "aggregate" structure pointer)
9 lines of code changed in 1 file:
owserver
58 lines of code changed in 3 files: