documentation fixes
5 lines of code changed in 1 file:
Dir/DirAll return type changed to Array of Strings
56 lines of code changed in 4 files:
fix some compiler warnings for ow_fake.
4 lines of code changed in 1 file:
Minot formating and defines for some mutex locks -- no real changes.
52 lines of code changed in 3 files:
Improve error and commands in Wildcad processing in owftpd
17 lines of code changed in 1 file:
fix read lengths in owftpd (use actual returned lengths).
11 lines of code changed in 1 file:
Add: code_format.sh in /src/scripts
11 lines of code changed in 1 file:
Pretty-up code using sript: code_format.sh in /src/scripts
10219 lines of code changed in 101 files:
skeleton Makefile for future release, update demoUsage with Disconnection, source beautyfing
171 lines of code changed in 5 files:
Added some debugging code to TAI8570 to see if reading back cached information correctly
7 lines of code changed in 1 file:
gcc 2.95 doesn't like declarations in middle. Found by Claude Lapointe
2 lines of code changed in 1 file:
Next release 2.6p1
2 lines of code changed in 1 file:
support for persistent connections, Connect/Disconnect methods, tcp timeouts and misc enchancements
343 lines of code changed in 1 file:
Perl OWNet.pm improvements -- mainly in documentation
75 lines of code changed in 3 files:
Default port for OWNet.pm
7 lines of code changed in 2 files:
Default port for OWNet.pm
59 lines of code changed in 1 file:
Refactoring -- reduce nesting level of DS9490_detect_low
42 lines of code changed in 1 file:
remove some debugging code
4 lines of code changed in 1 file:
Refactoring for better understanding of directory logic: KnownBus and SpecifiedBus hide pn_path and pn_pathbus bits in pn->state. See what I mean?
162 lines of code changed in 15 files:
Fix for garbage on the end of swig-related reads.
3 lines of code changed in 1 file:
Better invalidation technique for simultaneous use. All volatiles are invalidated.
47 lines of code changed in 3 files:
Fix for variable declaration after a debug statement by Claude Lapointe
2 lines of code changed in 1 file:
Fixed subtle bug in persistence -- more than one thread could use the same persistent handle and step onb each other. in->fd is now a flag, with -1 being unused, >-1 persistent and free, and -2 in use.
370 lines of code changed in 8 files:
Update tcp_wait a bit... Make sure we really get packets on the file-descriptor.
26 lines of code changed in 1 file:
Indenting file
179 lines of code changed in 1 file:
Fix some bugs, and try to hunt down WRT54G problems when many processes access the 1-wire devices.
21 lines of code changed in 4 files:
Change back to the old thread-handling. Works for WRT54G too.
42 lines of code changed in 1 file:
OWNet.pm (perl module) now has persistent tcp connection support.
199 lines of code changed in 2 files:
Fix rpm build.
13 lines of code changed in 1 file:
Persistence added to owlib requests.
111 lines of code changed in 1 file:
Added persistent connection debugging message.
23 lines of code changed in 1 file:
Persistence implemented in owserver, need clients now.
190 lines of code changed in 9 files:
Move getting data from DataHandler to outer handler -- bettter for persistence.
204 lines of code changed in 8 files:
Re-make the makefile... I think this looks a bit better.
17 lines of code changed in 1 file:
Close accept file handle after processing -- else a leak.
6 lines of code changed in 2 files:
Split up source code for owserver to make it more readable.
1054 lines of code changed in 11 files:
Split low-level tcp server and client code into separate files:
ow_net_server.c and ow_net_client.c
456 lines of code changed in 4 files:
Added ID to Christians owcapi example makefile
2 lines of code changed in 1 file:
Change Server processing of "accept" threads back to old design.
33 lines of code changed in 1 file:
Fix comments referring to old nested functions
3 lines of code changed in 1 file:
Fix pointer error in getval
3 lines of code changed in 1 file:
Removed debugging code
3 lines of code changed in 1 file:
Clean up nested function in ow_fake (and an unlikely thread error).
12 lines of code changed in 1 file:
Remove the duplicate non-nestable directory functions. (The old ones that don't pass a void * for data.)
69 lines of code changed in 10 files:
Fix some errors in owftpd for complex wildcard work. Cleaner design.
77 lines of code changed in 4 files:
Change swig to not use nested directory functions
45 lines of code changed in 1 file:
Damn makefile.. now it should work.
1 lines of code changed in 1 file:
Fix again
1 lines of code changed in 1 file:
Fix makefile...
1 lines of code changed in 1 file:
Change owcapi to not use nested directory functions
89 lines of code changed in 4 files:
Change owhttpd_read to not use nested directory functions
50 lines of code changed in 1 file:
Start of changes to remove nested directory reads in owhttpd
65 lines of code changed in 1 file:
Switch to the new dir2 functions to prevent callbacks.
21 lines of code changed in 1 file:
More fixes from Claude Lapointe to allow compiling under gcc 2.95.3
7 lines of code changed in 3 files:
Fix for bug found by Claude Lapointe. In owftpd, changing directory would sometimes hang because no "reply" was being called.
3 lines of code changed in 1 file:
Added tcp persistence parameters to available command line arguments.
20 lines of code changed in 3 files:
Add PERSISTENT bit to sg flags for persistent tcp connections
5 lines of code changed in 1 file:
fix for cvs id tags
81 lines of code changed in 2 files:
Initial commit of ownet java module
749 lines of code changed in 5 files:
Added owserver support for msg_get
12 lines of code changed in 1 file:
Fix for dirall length from George M. Zouganelis
3 lines of code changed in 1 file:
Support in OWNet.pm and owdir for dirall. Fix bare ports in OWNet.pm
85 lines of code changed in 4 files:
Start of dir2 shadow routines to eventually replace nested directory functions. Add also the new owserver message: msg_dirall and msg_get
1133 lines of code changed in 5 files:
Fix a compilation warning.
3 lines of code changed in 1 file:
Remove OWNet.pm from Makefile
1 lines of code changed in 1 file:
Add Bonjour/Zeroconf support to MacOSX !?!? Functions are loaded from System.dylib.
164 lines of code changed in 4 files:
Added support for charblob -- comma separated string blob for directory-at-once
183 lines of code changed in 5 files:
File was moved to module/ownet/perl5/OWNet/lib/OWNet.pm
0 lines of code changed in 1 file:
Try to avoid variable name "byte" since it's a name of a type too.
12 lines of code changed in 1 file:
Missed to add libusb when linking libow.
2 lines of code changed in 1 file:
Add Roberto Spadim's Visual Basic control
0 lines of code changed in 4 files:
More changes for cross-compiling
6 lines of code changed in 2 files:
Fix libusb problem when cross-compiling
5 lines of code changed in 1 file:
Some minor makefile changes
8 lines of code changed in 3 files:
Lots of Makefile changes to compile clean on MacOSX.
191 lines of code changed in 12 files:
Add new Makefile for ownet/perl5
13 lines of code changed in 2 files:
Add OWNet files created by h2xs
697 lines of code changed in 7 files:
Add module/ownet/perl5 to the build.
3 lines of code changed in 2 files:
MacOSX patches
24 lines of code changed in 4 files:
Added "command line parameters" to OWNet.pm
280 lines of code changed in 2 files:
Fix errors in OWNet
16 lines of code changed in 1 file:
Add .cvsignore
2 lines of code changed in 1 file:
Some changes to build on MacOSX
21 lines of code changed in 5 files:
Removed some spurious debugging messages from OWNet
5 lines of code changed in 1 file:
Better VERSION for OWNet -- uses CVS version
2 lines of code changed in 1 file:
Added version to OWNet
2 lines of code changed in 1 file:
Added object-oriented OWNet.pm
138 lines of code changed in 1 file:
Update the example and the perl-package a bit... The example almost works now :)
117 lines of code changed in 2 files:
Start of object oriented OWNet.pm
84 lines of code changed in 1 file:
OWNet perl copyright notice
7 lines of code changed in 1 file:
Changed internal perl OWNet functions to have leading underscore (a la perl Module man page).
20 lines of code changed in 1 file:
perl OWNet documentation
474 lines of code changed in 2 files:
Add Makefiles and example for modules/ownet/perl5/
56 lines of code changed in 5 files:
First pass at perl version of ownet -- lightweight direct owserver reader
6 lines of code changed in 2 files:
Brown bag release 2.5p10
2 lines of code changed in 1 file:
Fix the havok wrought by "indent"
26 lines of code changed in 11 files:
Fix a "1 D" in DS2423.c -- better check that "indent" isn't the culprit.
2 lines of code changed in 1 file: