Directory module/owftpd/src/c/

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

Browse with ViewVC

[root]/module/owftpd/src/c

Lines of Code

module/owftpd/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 286 (100.0%) 15311 (100.0%) 53.5
alfille 213 (74.5%) 13711 (89.5%) 64.3
d1mag 68 (23.8%) 1416 (9.2%) 20.8
peterk 3 (1.0%) 161 (1.1%) 53.6
geocar 1 (0.3%) 18 (0.1%) 18.0
vtt 1 (0.3%) 5 (0.0%) 5.0

Most Recent Commits

alfille 2012-03-13 09:13 Rev.: 1.41

Add close on fork to pipes

3 lines of code changed in 1 file:

alfille 2012-03-12 19:06 Rev.: 1.67

Add close on fork to socket()

3 lines of code changed in 1 file:

alfille 2011-08-09 20:54 Rev.: 1.33

Better naming for program type (used to change the handing of some comon features in the library like the default port asignments.)

2 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+2 -2)
alfille 2011-05-10 20:53 Rev.: 1.32

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

9 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+9 -80)
alfille 2010-09-24 16:04

More NULL to named variables. Found some minor errors along the way. (Announce had a potential Mutex lockup on error).

9 lines of code changed in 2 files:

alfille 2010-09-23 21:10

Add named constants for pthread attr and time(NULL)

6 lines of code changed in 2 files:

alfille 2010-09-22 22:17 Rev.: 1.66

Substitute constants for many NULLs

2 lines of code changed in 1 file:

alfille 2010-09-07 06:31 Rev.: 1.38

Changed much of the thread contingency to make the commands behave as NOP when threading not used instead of #if macro work.

2 lines of code changed in 1 file:

alfille 2010-09-03 13:10

Full support for the for the OW-SERVER-ENET and change the struct timeval to use the macros

13 lines of code changed in 2 files:

alfille 2010-08-25 21:16 Rev.: 1.64

Change the read and write functions to cache properly. Clean up the code. Make sure that memory reads return a length.

2 lines of code changed in 1 file:

alfille 2010-07-17 20:49 Rev.: 1.31

Change LibSetup to return good if any buses are found, else Bad (This includes pseudo buses like USB scan and zeroconf and w1)

4 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+4 -8)
alfille 2010-06-15 21:10 Rev.: 1.30

Add new flag for monitor bus selections, and add mutex around initial bus entries

2 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+2 -2)
alfille 2010-06-14 14:37 Rev.: 1.63

OWNet updates (slash, fix pressure scale, write offset) and minor changes to tcp_read

3 lines of code changed in 1 file:

alfille 2010-06-01 21:17 Rev.: 1.62

Clean up allocate_write_buffer return type

2 lines of code changed in 1 file:

alfille 2010-06-01 19:30 Rev.: 1.61

Some work on file upload in owhttpd -- clean up offset issues.

6 lines of code changed in 1 file:

alfille 2010-05-25 15:57 Rev.: 1.29

More cleanup of pthread code -- remove unused semaphore functions.

7 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+7 -7)
alfille 2010-05-09 21:11 Rev.: 1.28

Update return types for tcp_wait and EnterBackground

2 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+2 -2)
alfille 2010-05-08 13:47

Fix symbol collision in the MUTEX_... macros

30 lines of code changed in 4 files:

alfille 2010-04-27 18:27

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

30 lines of code changed in 4 files:

alfille 2010-04-24 10:38 Rev.: 1.27

Change function returns. Specifically API and _detect

3 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+3 -5)
alfille 2010-04-14 21:32 Rev.: 1.35

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

7 lines of code changed in 1 file:

alfille 2010-04-14 19:59 Rev.: 1.34

Add new FILE_DESCRIPTOR_OR_ERROR function return

3 lines of code changed in 1 file:

alfille 2010-04-07 14:54 Rev.: 1.58

Change the return type of OWQ_Create and fix a return value error in the presence data from owserver.

3 lines of code changed in 1 file:

alfille 2010-04-06 14:46

return types for FS_ParseName

6 lines of code changed in 3 files:

alfille 2010-04-05 21:51 Rev.: 1.56

return types for FS_stat

2 lines of code changed in 1 file:

alfille 2010-03-27 21:09 Rev.: 1.55

Fix the problem with the swig routines. Tested extensively for owperl and a new owdata.pl example added.

2 lines of code changed in 1 file:

alfille 2010-02-27 12:28 Rev.: 1.54

Simplify function names starting with FS_OWQ_ to just OWQ_

7 lines of code changed in 1 file:

alfille 2010-02-22 21:59 Rev.: 1.53

Clean up of one_wire_query structure creation. Now allocating structure and allocating/assigning buffers is separate.

30 lines of code changed in 1 file:

alfille 2010-01-31 22:01

Improve encapsulation of charblob and memblob structures.

16 lines of code changed in 2 files:

alfille 2010-01-25 10:08

Change error messages to automatically add newline. A lot of minor changes.

62 lines of code changed in 5 files:

alfille 2010-01-13 21:08

pressure support complete

11 lines of code changed in 3 files:

alfille 2009-08-04 08:27 Rev.: 1.30

Change OW_Announce to ZeroConf_Announce to clean up namespace

2 lines of code changed in 1 file:

alfille 2009-08-04 07:12 Rev.: 1.25

Separate busmaster command line parsing (ARG_...) to a separate file.

3 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+3 -3)
alfille 2009-07-04 11:53 Rev.: 1.49

Fix Linkhub-E to use smarter telnet parsing.

4 lines of code changed in 1 file:

d1mag 2009-01-12 13:47 Rev.: 1.24

Support multiple output-ports as well...

11 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+11 -7)
d1mag 2009-01-12 08:01 Rev.: 1.23

Guess what... some new signal handling to clean up all processes nicely.
Works for Linux and Solaris, and will try some more under UCLIBC to make sure
it's working for all systems.

9 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+9 -4)
d1mag 2009-01-09 16:39 Rev.: 1.22

Even more changes to the thread handling when exit.
Need to get work for both Linux, Solaris AND embedded devices with UCLIBC,
and the behavior differs between all systems.

8 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+8 -8)
d1mag 2009-01-09 09:25 Rev.: 1.21

Thread and signal changes to make it work for Solaris as well.
accept() wasn't interrupted when SIGINT was sent before.

2 lines of code changed in 1 file:

  • module/owftpd/src/c: owftpd.c (+2 -1)
d1mag 2008-12-23 03:48 Rev.: 1.48

Remove valgrind warnings by clearing memory if debug-level is high.

5 lines of code changed in 1 file:

d1mag 2008-12-22 16:03

Fix a bug in owftpd. malloc needed one extra char for the null-char.
Fix the signal-handler a bit... After pthread_cleanup_push/pop was added, no exit signal handler is needed.
Only Sigpipe is ignored, and sighup is catched, and it's working for uClibc as well.

98 lines of code changed in 2 files:

(102 more)

Generated by StatCVS 0.7.0