[root]/owfs/module/owftpd/src/include

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 63 (100.0%) | 795 (100.0%) | 12.6 |
| alfille | 50 (79.4%) | 752 (94.6%) | 15.0 |
| d1mag | 12 (19.0%) | 41 (5.2%) | 3.4 |
| vtt | 1 (1.6%) | 2 (0.3%) | 2.0 |
Some better tests in the configure-script to allow owftpd to build on Solaris.
14 lines of code changed in 1 file:
Indent all .c and .h files with code_format-script.
4 lines of code changed in 1 file:
change fd to file_descriptor for clarity
2 lines of code changed in 1 file:
Pretty-up code using sript: code_format.sh in /src/scripts
154 lines of code changed in 1 file:
Fix some errors in owftpd for complex wildcard work. Cleaner design.
9 lines of code changed in 1 file:
1. Consolidate some globals in a single structure
2. Change LINK command line handling to be consistent with other adapters
3. Make adding busses safe by mutex and storage of head of connection_in in parsedname structure
4. Allow ephemeral server addresses if zeroconf announce active
5. Fix Deallocate in zeroconf announce
6. Add zeroconf browse
7. update help and owfs.5 man page to reflect these changes
1 lines of code changed in 1 file:
Address compiler warnings in owftpd and owlib.
Start of Global struct to collect configuration options
10 lines of code changed in 1 file:
fixing compiler warnings. Get rid of "-Wconvert" and check const and signed definitions
3 lines of code changed in 1 file:
owftpd minor fixes -- check some pointers and path length.
18 lines of code changed in 1 file:
owftpd -- wildcard lists, cd, pwd, cd.. -- works
20 lines of code changed in 1 file:
Simplify owftpd error handling.
1 lines of code changed in 1 file:
Fix of caching partial writes.
owftpd work
5 lines of code changed in 1 file:
owftpd work -- now uses standard startup code and some of the network code.
3 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.
4 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:
Re-import and minimal massage of oftpd as owftpd
62 lines of code changed in 1 file:
Fix missing include to bus_remote() in ow_connection.h
2 lines of code changed in 1 file:
__STRING missing in Solaris
5 lines of code changed in 1 file:
include limits.h for solaris
4 lines of code changed in 1 file:
Should include netinet/tcp.h instead
2 lines of code changed in 1 file:
owftpd updates -- reorganize files and change logging
333 lines of code changed in 12 files:
Some compiler warnings fixed and minor cleanups.
1 lines of code changed in 1 file:
Just some minor updates.
2 lines of code changed in 1 file:
Cleanup signal handlers and some new tests with owftpd.
2 lines of code changed in 1 file:
Huge change! Multiple sources and sinks.
2 lines of code changed in 1 file:
*** empty log message ***
5 lines of code changed in 1 file:
for embedded change error_t to error_code_t in owftpd
7 lines of code changed in 3 files:
change error.c and error.h in owftpd for uClibc
13 lines of code changed in 6 files:
Added .cvsignore files
2 lines of code changed in 1 file:
Code cleaning in owftpd -- removing typedefs
42 lines of code changed in 4 files:
First pass at ftp stuff
62 lines of code changed in 11 files: