[root]/module/ownet/perl5/OWNet/lib

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 22 (100.0%) | 1548 (100.0%) | 70.3 |
| alfille | 19 (86.4%) | 1538 (99.4%) | 80.9 |
| d1mag | 3 (13.6%) | 10 (0.6%) | 3.3 |
Further fixes from Vincent Danjean
3 lines of code changed in 1 file:
Update OWNet.pm documentation
53 lines of code changed in 1 file:
Update OWNet.pm for new optional parameters and fixed documentation
81 lines of code changed in 1 file:
OWNet updates (slash, fix pressure scale, write offset) and minor changes to tcp_read
246 lines of code changed in 1 file:
Fix OWNet.pm write off-by-one error
11 lines of code changed in 1 file:
Clean up more of OWNet.pm by using named constants rather than magic numbers
22 lines of code changed in 1 file:
Generic read work and OWNet.pm cleanup
47 lines of code changed in 1 file:
pressure support complete
37 lines of code changed in 1 file:
alias for read/write/dir
28 lines of code changed in 1 file:
Fixed typo found by M G Berberich
10 lines of code changed in 1 file:
Change comment from // to #
4 lines of code changed in 1 file:
Change timeout to 3000ms
3 lines of code changed in 1 file:
Remove ?
3 lines of code changed in 1 file:
Fixes for OWNet.pm to use remote owservers
38 lines of code changed in 1 file:
Fixes to OWNet.pm
21 lines of code changed in 1 file:
improved OWNet.pm
18 lines of code changed in 1 file:
Perl OWNet.pm improvements -- mainly in documentation
73 lines of code changed in 1 file:
Default port for OWNet.pm
59 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.
24 lines of code changed in 1 file:
OWNet.pm (perl module) now has persistent tcp connection support.
142 lines of code changed in 1 file:
Support in OWNet.pm and owdir for dirall. Fix bare ports in OWNet.pm
38 lines of code changed in 1 file:
Add OWNet files created by h2xs
587 lines of code changed in 1 file: