Directory test/unit/socket/

Total Files:
11
Deleted Files:
2
Lines of Code:
726

[root]/test/unit/socket

Lines of Code

test/unit/socket/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 59 (100.0%) 809 (100.0%) 13.7
akirschbaum 31 (52.5%) 439 (54.3%) 14.1
mwedel 5 (8.5%) 177 (21.9%) 35.4
gros 4 (6.8%) 174 (21.5%) 43.5
quinet 1 (1.7%) 9 (1.1%) 9.0
ryo_saeba 15 (25.4%) 8 (1.0%) 0.5
partmedia 2 (3.4%) 2 (0.2%) 1.0
anmaster 1 (1.7%) 0 (0.0%) 0.0

Most Recent Commits

partmedia 2014-06-09 18:11 Rev.: 19540

Fix unit test header files

While here, remove the explicit libdl linker flag.

1 lines of code changed in 1 file:

  • test/unit/socket: Makefile.am (+1 -1)
partmedia 2013-07-15 23:55 Rev.: 18787

Fix `make clean` for non-GNU make (e.g. FreeBSD).

1 lines of code changed in 1 file:

  • test/unit/socket: Makefile.am (+1 -2)
ryo_saeba 2011-11-06 12:54 Rev.: 15528

Remove unused stub.

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-3)
ryo_saeba 2011-11-06 12:43 Rev.: 15527

Move function to common, remove stubs.

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-3)
ryo_saeba 2011-11-01 14:33 Rev.: 15378

Add include for prototype.

1 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+1)
ryo_saeba 2011-07-10 04:32 Rev.: 14835

Make container's contents browsable like the ground view.

1 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+1 -1)
akirschbaum 2009-06-16 15:44 Rev.: 11916

Rename function names.

1 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+1 -1)
akirschbaum 2009-06-10 02:09 Rev.: 11789

Extract code from common library into rod_adjust().

3 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+3)
akirschbaum 2009-01-24 12:22 Rev.: 11229

Whitespace changes: consistently reformat code.

402 lines of code changed in 10 files:

  • test/unit/socket: check_image.c (+42 -45), check_info.c (+42 -45), check_init.c (+42 -45), check_item.c (+42 -45), check_loop.c (+42 -45), check_lowlevel.c (+42 -44), check_metaserver.c (+42 -45), check_request.c (+42 -45), check_sounds.c (+42 -45), stubs_socket.c (+24 -35)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

9 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+9 -9)
anmaster 2008-05-25 05:03 Rev.: 9151

Removed unused .cvsignore files, after all we use SVN since a long time.

0 lines of code changed in 1 file:

  • test/unit/socket: .cvsignore (del)
ryo_saeba 2008-04-11 16:13 Rev.: 8718

Extract duplicator handling to its own type file.

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-4)
ryo_saeba 2008-04-09 13:15 Rev.: 8711

Extract marker handling to its own type file.

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-4)
ryo_saeba 2008-04-09 12:54 Rev.: 8710

Extract creator handling to its own type file.

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-4)
ryo_saeba 2008-04-08 17:18 Rev.: 8708

Extract teleporter handling to its own type file.

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-4)
ryo_saeba 2008-04-08 13:08 Rev.: 8704

Move most of the object system's logic to common.

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-5)
ryo_saeba 2008-02-17 08:50 Rev.: 8461

Remove obsolete functions (related to weather).

0 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (-4)
mwedel 2007-07-17 02:13 Rev.: 6791

No functional changes - various cleanups to reduce number of compiler warnings
when compiled with -Wall - makes it easier to catch real errors. Most things
changed/fixed are missing returns in non void functions, missing includes,
declared but unused variables, not escaping #include sproto in CEXTRACT
checks. MSW 2007-07-16

1 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+1)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

33 lines of code changed in 19 files:

  • test/unit/socket: check_image.c (new), check_info.c (new), check_init.c (+2 -2), check_item.c (+2 -2), check_loop.c (+2 -2), check_lowlevel.c (new), check_metaserver.c (+2 -2), check_request.c (+2 -2), check_sounds.c (+2 -2), stubs_socket.c (+15 -15)
ryo_saeba 2007-06-17 08:24 Rev.: 6659

Documentation, no functional change.

1 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+1 -1)
ryo_saeba 2007-06-11 11:59 Rev.: 6511

Disable unimplemented tests, remove quests tests.

3 lines of code changed in 1 file:

  • test/unit/socket: Makefile.am (+3 -1)
ryo_saeba 2007-05-17 05:49 Rev.: 6304

Change weather_effect() to use mapstruct* instead of filename.

1 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+1 -1)
ryo_saeba 2007-03-31 02:37 Rev.: 5906

Remove generated files.

0 lines of code changed in 1 file:

  • test/unit/socket: Makefile.in (del)
mwedel 2007-03-26 02:25 Rev.: 5901

Bring forward 1.10.0 fix for make distcheck
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for build!
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25

10 lines of code changed in 3 files:

  • test/unit/socket: Makefile.am (new), Makefile.in (+6 -2)
ryo_saeba 2007-03-13 14:12 Rev.: 5756

Apply patch #1660388: Code-cleanup: () -> (void) courtesy Stefan Huehner.

1 lines of code changed in 1 file:

  • test/unit/socket: stubs_socket.c (+1 -1)
mwedel 2007-02-07 03:02 Rev.: 5398

Makefile.am, Makefile.in (and Makefiles in subdirs): Put types in list of
SUBDIRS before server so that compilation happens in correct order -
server area requires types to be up to date.
MSW 2007-02-07

166 lines of code changed in 1 file:

  • test/unit/socket: Makefile.in (+166 -180)
gros 2007-01-21 10:43 Rev.: 5339

Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().

2007-01-21 - gros

174 lines of code changed in 4 files:

  • test/unit/socket: Makefile.in (+173 -163), stubs_socket.c (new)
Generated by StatSVN 0.7.0