Directory owfs/module/ownfsd/src/c/

Directory Created:
2005-04-17 21:04
Total Files:
1
Deleted Files:
17
Lines of Code:
3

Browse with ViewVC

[root]/owfs/module/ownfsd/src/c

Lines of Code

owfs/module/ownfsd/src/c/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 105 (100.0%) 6558 (100.0%) 62.4
alfille 92 (87.6%) 6500 (99.1%) 70.6
d1mag 13 (12.4%) 58 (0.9%) 4.4

Most Recent Commits

d1mag 2006-10-31 07:31 Rev.: 1.3

Update some more .cvsignore files.

3 lines of code changed in 1 file:

alfille 2006-06-05 10:58

Remove hated owNFSd

0 lines of code changed in 8 files:

d1mag 2006-05-24 08:39

Fix compilation problem for Ubunto and cleaning up the makefiles.
Add owfs-devel and owfs-owcapi rpm's.
Add example-code for owcapi.

3 lines of code changed in 2 files:

d1mag 2006-05-17 09:15 Rev.: 1.9

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.

2 lines of code changed in 1 file:

d1mag 2005-10-13 04:20 Rev.: 1.8

Noticed that OW_USB and OW_CACHE only should be necessary when compiling
owlib, and not the binaries. Cleaned up the Makefiles a bit after that.

2 lines of code changed in 1 file:

d1mag 2005-10-12 04:42 Rev.: 1.16

Fix potential memory leak from FS_ParsedName(), and call to FS_ParsedName_destroy()
is not needed if initialization fails. Add extra libraries automatically in
configure-script to simplify compilation to MacOSX and Solaris hosts.

1 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+1 -4)
d1mag 2005-07-12 11:04 Rev.: 1.7

Compiled owserver and owhttpd for Solaris 7. Added some missing functions
and updated the autoconf script.

2 lines of code changed in 1 file:

d1mag 2005-07-10 10:33 Rev.: 1.6

Updated dependencies to pthread library, especially libow.so should
have it just to make owperl work on older libc. search.h is not
included when compiling ow_wrap.c. (Otherwise it fails on Fedora Core 1)

2 lines of code changed in 1 file:

d1mag 2005-07-06 03:44 Rev.: 1.15

Found some memory leaks... FS_ParsedNameDestroy() have to be called after
FS_ParsedName() even if it fails, such as if a 1-wire device isn't found
on the bus.

4 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+4 -1)
d1mag 2005-07-05 06:49 Rev.: 1.5

Update Makefiles with dependencies to ../../../owlib/src/c/libow.la.
When using --disable-shared it should relink all binaries if owlib is updated.

11 lines of code changed in 1 file:

d1mag 2005-06-27 08:21

Change all LOCK-functions and add semi-colon to get better indentation.

28 lines of code changed in 3 files:

  • owfs/module/ownfsd/src/c: attr.c (+8 -8), fh.c (+6 -6), nfs.c (+14 -14)
alfille 2005-05-22 21:05 Rev.: 1.4

More debugging info in NFS

42 lines of code changed in 1 file:

alfille 2005-05-22 19:02

NFS final code clean up -- now to debug!

107 lines of code changed in 2 files:

alfille 2005-05-22 15:09 Rev.: 1.9

NFS parameters

0 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: ownfsd.c (-13)
alfille 2005-05-21 21:35 Rev.: 1.8

improved --help and --morehelp messages

12 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: ownfsd.c (+12 -26)
alfille 2005-05-19 13:59 Rev.: 1.7

Jerry Scharf found that char type as return from getopt_long gives an error on ARM processors.

10 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: ownfsd.c (+10 -11)
alfille 2005-05-17 21:54 Rev.: 1.6

NFS: work on commandline options

21 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: ownfsd.c (+21 -2)
alfille 2005-05-15 21:44 Rev.: 1.5

Now to figure the NFS part

100 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: ownfsd.c (+100 -61)
alfille 2005-05-14 21:05

NFS: fix ow_exit typos

13 lines of code changed in 3 files:

alfille 2005-05-14 20:55 Rev.: 1.2

NFS: added library initialization, took out many options.

168 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: ownfsd.c (+168 -280)
alfille 2005-05-14 20:30

Split main and callback. Changed names to match other modules.

294 lines of code changed in 4 files:

alfille 2005-05-14 20:01

NFS: remove unneeded code

1 lines of code changed in 10 files:

alfille 2005-05-14 19:57

NFS compiles without fatal errors. Haven't tested function, however.

268 lines of code changed in 10 files:

alfille 2005-05-13 16:02

NFS work -- trying to get to compile

327 lines of code changed in 5 files:

alfille 2005-05-12 22:29

NFS: deamon.c now compiles

41 lines of code changed in 2 files:

alfille 2005-05-12 21:07 Rev.: 1.8

NFS: attr.c now compiles

11 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: attr.c (+11 -202)
alfille 2005-05-12 20:06 Rev.: 1.7

change enum name from msg_type to msg_classification to avoid namespace clash.

2 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: attr.c (+2 -18)
alfille 2005-05-12 19:45 Rev.: 1.12

All NFS routeines finished. Now comes the long hard configurati9on and debugging. Will work on pruning deadwood and fixing includes.

73 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+73 -87)
alfille 2005-05-11 21:25

readdir and readdirplus and fsstat for nfs

265 lines of code changed in 3 files:

  • owfs/module/ownfsd/src/c: attr.c (+9 -3), fh.c (+1 -1), nfs.c (+255 -89)
alfille 2005-05-10 20:31 Rev.: 1.10

argz

75 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+75 -26)
alfille 2005-05-08 21:53 Rev.: 1.9

NFS work on directories -- still needs to finish indexing, and a mutex around buffer stuffing

105 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+105 -21)
alfille 2005-05-07 23:49

NFS refactoring -- moving more into nfs_svc

162 lines of code changed in 2 files:

  • owfs/module/ownfsd/src/c: daemon.c (+56 -53), nfs.c (+106 -197)
alfille 2005-05-07 13:15 Rev.: 1.7

More NFS work .. almost all operations except directory

205 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+205 -485)
alfille 2005-05-06 22:27

Changing static structures to pointers, especially for attribute data and read buffer. (NFS related)

122 lines of code changed in 2 files:

  • owfs/module/ownfsd/src/c: attr.c (+41 -53), nfs.c (+81 -136)
alfille 2005-05-05 21:10 Rev.: 1.3

removing static buffers for NFS

52 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: daemon.c (+52 -25)
alfille 2005-05-04 21:49 Rev.: 1.3

xdr.c cosmetic changes

715 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: xdr.c (+715 -871)
alfille 2005-05-03 19:09

NFS formatting

292 lines of code changed in 2 files:

alfille 2005-04-28 21:42 Rev.: 1.4

NFS work: Lookup(fix) Access Readlink

32 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+32 -78)
alfille 2005-04-27 21:42 Rev.: 1.3

NFS -- lookup work.

31 lines of code changed in 1 file:

  • owfs/module/ownfsd/src/c: nfs.c (+31 -38)
alfille 2005-04-26 21:22

Changes to NFS for setattr, getattr

106 lines of code changed in 2 files:

  • owfs/module/ownfsd/src/c: attr.c (+73 -169), nfs.c (+33 -25)

(4 more)

Generated by StatCVS 0.6.0