Directory module/owserver/src/include/

Directory Created:
2004-12-14 20:44
Total Files:
3
Deleted Files:
1
Lines of Code:
97

Browse with ViewVC

[root]/module/owserver/src/include

Lines of Code

module/owserver/src/include/ Lines of Code

Developers

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

Most Recent Commits

alfille 2012-03-27 12:34 Rev.: 1.32

Fix owserver / owexternal confusion for compilation.

2 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+2 -2)
alfille 2012-03-26 22:12 Rev.: 1.5

Fix reference in Makefile.am

1 lines of code changed in 1 file:

alfille 2012-03-26 22:07 Rev.: 1.2

Clear owexternal.h vs owserver.h

0 lines of code changed in 1 file:

alfille 2012-03-14 09:49 Rev.: 1.4

owexternal makefile update

1 lines of code changed in 1 file:

alfille 2012-03-13 21:40 Rev.: 1.1

Add owexternal as a special owserver that handles non-1wire devices

0 lines of code changed in 1 file:

alfille 2011-05-10 20:53 Rev.: 1.31

Consolidate some of the exit code and signal catching code into the library.

1 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+1 -8)
alfille 2010-09-07 06:31 Rev.: 1.30

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:

  • module/owserver/src/include: owserver.h (+5 -9)
alfille 2010-09-03 13:10 Rev.: 1.29

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:

  • module/owserver/src/include: owserver.h (+1 -40)
alfille 2010-05-08 13:47 Rev.: 1.28

Fix symbol collision in the MUTEX_... macros

5 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+5 -5)
alfille 2010-04-27 18:27 Rev.: 1.27

Tighten up the mutex attributes. Use new macros to encapsulate all mutex handling.

8 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+8 -3)
alfille 2010-04-14 21:59 Rev.: 1.26

Change pipe handling from two FDs to an array of FD with enum index.

2 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+2 -3)
alfille 2010-04-08 21:43 Rev.: 1.25

Work on owserver ping logic

4 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+4 -5)
alfille 2010-04-07 21:13 Rev.: 1.24

Clean up ping loop using pipe and select

9 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+9 -3)
alfille 2010-04-07 19:29 Rev.: 1.23

Separate out ping

6 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+6 -1)
alfille 2010-04-07 15:10 Rev.: 1.22

Start adding elements for new owserver ping routines.

10 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+10 -1)
alfille 2010-03-16 09:41 Rev.: 1.21

Getting rid of owsidetap -- too much to maintain.

1 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+1 -7)
alfille 2010-02-01 00:49 Rev.: 1.20

Add support for dirallslash

4 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+4 -1)
d1mag 2009-10-03 02:36 Rev.: 1.19

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:

  • module/owserver/src/include: owserver.h (+4 -1)
d1mag 2008-06-18 10:05 Rev.: 1.18

Fix many 1-line if-statements without braces.

5 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+5 -5)
alfille 2008-04-06 15:26 Rev.: 1.17

owserver sidetap code -- including larger header and multiple taps. Compiles but not tested.

7 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+7 -1)
d1mag 2008-01-30 07:15 Rev.: 1.16

Indent all .c and .h files with code_format-script.

5 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+5 -9)
alfille 2007-09-24 12:31 Rev.: 1.15

Fixed problem in owlib DIRALL client processing.

1 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+1 -3)
alfille 2007-09-18 20:07 Rev.: 1.14

change fd to file_descriptor for clarity

4 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+4 -4)
alfille 2007-03-06 21:07 Rev.: 1.13

object for write -- higher level functions converted. Soft conversion for some of the aggregate work.

3 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+3 -3)
alfille 2007-01-29 23:19 Rev.: 1.12

Pretty-up code using sript: code_format.sh in /src/scripts

25 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+25 -21)
alfille 2007-01-16 20:24 Rev.: 1.11

Persistence implemented in owserver, need clients now.

2 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+2 -1)
alfille 2007-01-16 17:07 Rev.: 1.10

Move getting data from DataHandler to outer handler -- bettter for persistence.

8 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+8 -6)
alfille 2007-01-16 13:08 Rev.: 1.9

Split up source code for owserver to make it more readable.

84 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+84 -1)
alfille 2006-05-27 21:01 Rev.: 1.8

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:

  • module/owserver/src/include: owserver.h (+5 -1)
d1mag 2006-05-17 09:15

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:

d1mag 2006-05-16 15:24 Rev.: 1.2

Don't install the header-files anymore. Only owcapi.h is installed.

1 lines of code changed in 1 file:

alfille 2006-01-29 21:22 Rev.: 1.6

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:

  • module/owserver/src/include: owserver.h (+4 -23)
alfille 2005-01-17 21:22 Rev.: 1.5

owserver.h define fix from Simon Natterer.

4 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+4 -4)
alfille 2004-12-28 22:27 Rev.: 1.4

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:

  • module/owserver/src/include: owserver.h (+2 -2)
alfille 2004-12-24 16:12 Rev.: 1.3

owserver changes. Unfortunately, write doesn't work.

2 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+2 -1)
alfille 2004-12-22 13:46 Rev.: 1.2

ds2760 error in memory pages code (forgot the "aggregate" structure pointer)

9 lines of code changed in 1 file:

  • module/owserver/src/include: owserver.h (+9 -1)
alfille 2004-12-14 20:44 Rev.: 1.1

owserver

58 lines of code changed in 3 files:

Generated by StatCVS 0.7.0