Directory owfs/module/owftpd/src/include/

Directory Created:
2004-08-17 22:13
Total Files:
3
Deleted Files:
11
Lines of Code:
358

Browse with ViewVC

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

Lines of Code

owfs/module/owftpd/src/include/ Lines of Code

Developers

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

Most Recent Commits

d1mag 2008-06-24 06:06 Rev.: 1.20

Some better tests in the configure-script to allow owftpd to build on Solaris.

14 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+14 -10)
d1mag 2008-01-30 07:15 Rev.: 1.19

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

4 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+4 -8)
alfille 2007-09-18 20:07 Rev.: 1.18

change fd to file_descriptor for clarity

2 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+2 -2)
alfille 2007-01-29 23:19 Rev.: 1.17

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

154 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+154 -157)
alfille 2007-01-15 18:55 Rev.: 1.16

Fix some errors in owftpd for complex wildcard work. Cleaner design.

9 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+9 -9)
alfille 2006-08-29 22:49 Rev.: 1.15

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:

  • owfs/module/owftpd/src/include: owftpd.h (+1 -7)
alfille 2006-08-26 08:06 Rev.: 1.14

Address compiler warnings in owftpd and owlib.
Start of Global struct to collect configuration options

10 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+10 -1)
alfille 2006-06-16 08:32 Rev.: 1.13

fixing compiler warnings. Get rid of "-Wconvert" and check const and signed definitions

3 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+3 -1)
alfille 2006-06-02 22:01 Rev.: 1.12

owftpd minor fixes -- check some pointers and path length.

18 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+18 -4)
alfille 2006-06-02 20:19 Rev.: 1.11

owftpd -- wildcard lists, cd, pwd, cd.. -- works

20 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+20 -3)
alfille 2006-05-29 20:01 Rev.: 1.10

Simplify owftpd error handling.

1 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+1 -24)
alfille 2006-05-19 16:57 Rev.: 1.9

Fix of caching partial writes.
owftpd work

5 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+5 -6)
alfille 2006-05-18 18:07 Rev.: 1.8

owftpd work -- now uses standard startup code and some of the network code.

3 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+3 -6)
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.

4 lines of code changed in 2 files:

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

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

1 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: Makefile.am (+1 -4)
alfille 2006-05-16 10:35 Rev.: 1.6

Re-import and minimal massage of oftpd as owftpd

62 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+62 -58)
d1mag 2006-02-20 13:59 Rev.: 1.5

Fix missing include to bus_remote() in ow_connection.h

2 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+2 -1)
d1mag 2005-07-20 07:58 Rev.: 1.4

__STRING missing in Solaris

5 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+5 -1)
d1mag 2005-07-20 07:46 Rev.: 1.3

include limits.h for solaris

4 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+4 -1)
d1mag 2005-07-20 07:21 Rev.: 1.2

Should include netinet/tcp.h instead

2 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: owftpd.h (+2 -2)
alfille 2005-05-27 21:22

owftpd updates -- reorganize files and change logging

333 lines of code changed in 12 files:

d1mag 2005-04-13 18:12 Rev.: 1.6

Some compiler warnings fixed and minor cleanups.

1 lines of code changed in 1 file:

d1mag 2005-04-13 04:24 Rev.: 1.3

Just some minor updates.

2 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: oftpd.h (+2 -2)
d1mag 2005-04-12 08:38 Rev.: 1.5

Cleanup signal handlers and some new tests with owftpd.

2 lines of code changed in 1 file:

alfille 2005-01-29 18:54 Rev.: 1.2

Huge change! Multiple sources and sinks.

2 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: oftpd.h (+2 -9)
alfille 2004-10-10 15:26 Rev.: 1.2

*** empty log message ***

5 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: ftp_error.h (+5 -5)
alfille 2004-10-07 21:04

for embedded change error_t to error_code_t in owftpd

7 lines of code changed in 3 files:

alfille 2004-10-07 20:04

change error.c and error.h in owftpd for uClibc

13 lines of code changed in 6 files:

vtt 2004-09-03 23:13 Rev.: 1.1

Added .cvsignore files

2 lines of code changed in 1 file:

  • owfs/module/owftpd/src/include: .cvsignore (new 2)
alfille 2004-08-19 16:26 Rev.: 1.2

Code cleaning in owftpd -- removing typedefs

42 lines of code changed in 4 files:

alfille 2004-08-17 22:13 Rev.: 1.1

First pass at ftp stuff

62 lines of code changed in 11 files:

Generated by StatCVS 0.6.0