RCS file: createinfra.c,v
Working file: createinfra.c
head: 1.1
branch:
locks: strict
rdhiman: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
here pipe ,fifo , msgqueue, sharedmemory are built
then they are sent to main functions
----------------------------
revision 1.1 locked by: rdhiman;
date: 2019/05/12 06:19:24; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: exitfunc.c,v
Working file: exitfunc.c
head: 1.1
branch:
locks: strict
rdhiman: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
here exit function for failure and success are written
----------------------------
revision 1.1 locked by: rdhiman;
date: 2019/05/12 06:20:51; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: init.c,v
Working file: init.c
head: 1.1
branch:
locks: strict
rdhiman: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
here all functions are initialized
----------------------------
revision 1.1 locked by: rdhiman;
date: 2019/05/12 06:21:21; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: main.c,v
Working file: main.c
head: 1.8
branch:
locks: strict
rdhiman: 1.8
access list:
symbolic names:
keyword substitution: kv
total revisions: 8; selected revisions: 8
description:
Here fifo , pipe, shared memory ,msg queue are recieved
then fifo is opened in readonly mode
thread is created and file descriptor of rdonly fifo is passed as argument to precoess request function
----------------------------
revision 1.8 locked by: rdhiman;
date: 2019/05/12 17:28:46; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.7
date: 2019/05/12 17:23:37; author: rdhiman; state: Exp; lines: +1 -2
*** empty log message ***
----------------------------
revision 1.6
date: 2019/05/12 17:20:38; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.5
date: 2019/05/12 17:19:35; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.4
date: 2019/05/12 07:22:46; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.3
date: 2019/05/12 07:15:59; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.2
date: 2019/05/12 07:09:11; author: rdhiman; state: Exp; lines: +6 -1
in main read and write fd through thread structure as a argument through thread
----------------------------
revision 1.1
date: 2019/05/12 06:22:06; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: processreq.c,v
Working file: processreq.c
head: 1.10
branch:
locks: strict
rdhiman: 1.10
access list:
symbolic names:
keyword substitution: kv
total revisions: 10; selected revisions: 10
description:
here file descriptor is recieved and data from client is being printed
----------------------------
revision 1.10 locked by: rdhiman;
date: 2019/05/12 17:23:40; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.9
date: 2019/05/12 17:17:06; author: rdhiman; state: Exp; lines: +0 -1
*** empty log message ***
----------------------------
revision 1.8
date: 2019/05/12 17:10:53; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.7
date: 2019/05/12 17:06:52; author: rdhiman; state: Exp; lines: +1 -0
malloc given to request structure
----------------------------
revision 1.6
date: 2019/05/12 07:24:55; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.5
date: 2019/05/12 07:22:48; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.4
date: 2019/05/12 07:20:01; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.3
date: 2019/05/12 07:17:17; author: rdhiman; state: Exp; lines: +3 -3
Error got removed
----------------------------
revision 1.2
date: 2019/05/12 07:10:34; author: rdhiman; state: Exp; lines: +10 -1
in this operators, opreands are read by recieving dat
----------------------------
revision 1.1
date: 2019/05/12 06:26:22; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: shutdown.c,v
Working file: shutdown.c
head: 1.1
branch:
locks: strict
rdhiman: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is a signal handler
----------------------------
revision 1.1 locked by: rdhiman;
date: 2019/05/12 06:27:12; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: decs.h,v
Working file: decs.h
head: 1.6
branch:
locks: strict
rdhiman: 1.6
access list:
symbolic names:
keyword substitution: kv
total revisions: 6; selected revisions: 6
description:
structres ,functions ,macros are declared
----------------------------
revision 1.6 locked by: rdhiman;
date: 2019/05/12 17:23:43; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.5
date: 2019/05/12 07:13:21; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.4
date: 2019/05/12 07:11:20; author: rdhiman; state: Exp; lines: +6 -0
new structure of name thread is created
----------------------------
revision 1.3
date: 2019/05/07 10:26:24; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.2
date: 2019/05/06 11:19:42; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.1
date: 2019/05/06 09:44:52; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: headers.h,v
Working file: headers.h
head: 1.3
branch:
locks: strict
rdhiman: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
all header files for read, write, fifo, pipe, msg queue
----------------------------
revision 1.3 locked by: rdhiman;
date: 2019/05/12 17:17:09; author: rdhiman; state: Exp; lines: +1 -0
pthread header is added
----------------------------
revision 1.2
date: 2019/05/06 11:44:56; author: rdhiman; state: Exp; lines: +1 -0
*** empty log message ***
----------------------------
RCS file: main.c,v
Working file: main.c
head: 1.29
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 29; selected revisions: 29
description:
Here fifo , pipe, shared memory ,msg queue are recieved
then fifo is opened in readonly mode
thread is created and file descriptor of rdonly fifo is passed as argument to precoess request function
----------------------------
revision 1.29
date: 2019/05/13 11:02:22; author: rdhiman; state: Exp; lines: +7 -6
*** empty log message ***
----------------------------
revision 1.28
date: 2019/05/13 10:59:23; author: rdhiman; state: Exp; lines: +3 -3
*** empty log message ***
----------------------------
revision 1.27
date: 2019/05/13 10:57:46; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.26
date: 2019/05/13 10:55:57; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.25
date: 2019/05/13 10:49:43; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.24
date: 2019/05/13 10:39:24; author: rdhiman; state: Exp; lines: +0 -1
*** empty log message ***
----------------------------
revision 1.23
date: 2019/05/13 10:38:26; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.22
date: 2019/05/13 10:37:23; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.21
date: 2019/05/13 10:36:37; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.20
date: 2019/05/13 10:33:48; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.19
date: 2019/05/13 10:32:52; author: rdhiman; state: Exp; lines: +5 -3
*** empty log message ***
----------------------------
revision 1.18
date: 2019/05/13 08:14:28; author: rdhiman; state: Exp; lines: +0 -1
*** empty log message ***
----------------------------
revision 1.17
date: 2019/05/13 08:10:22; author: rdhiman; state: Exp; lines: +3 -2
*** empty log message ***
----------------------------
revision 1.16
date: 2019/05/13 07:28:59; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.15
date: 2019/05/13 07:25:56; author: rdhiman; state: Exp; lines: +4 -5
*** empty log message ***
----------------------------
revision 1.14
date: 2019/05/13 06:51:58; author: rdhiman; state: Exp; lines: +4 -3
*** empty log message ***
----------------------------
revision 1.13
date: 2019/05/13 06:45:08; author: rdhiman; state: Exp; lines: +1 -0
y
----------------------------
revision 1.12
date: 2019/05/13 06:30:41; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.11
date: 2019/05/13 06:30:12; author: rdhiman; state: Exp; lines: +3 -3
*** empty log message ***
----------------------------
revision 1.10
date: 2019/05/13 06:21:07; author: rdhiman; state: Exp; lines: +1 -0
*** empty log message ***
----------------------------
revision 1.9
date: 2019/05/13 05:40:16; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.8
date: 2019/05/12 17:28:46; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.7
date: 2019/05/12 17:23:37; author: rdhiman; state: Exp; lines: +1 -2
*** empty log message ***
----------------------------
revision 1.6
date: 2019/05/12 17:20:38; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.5
date: 2019/05/12 17:19:35; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.4
date: 2019/05/12 07:22:46; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.3
date: 2019/05/12 07:15:59; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.2
date: 2019/05/12 07:09:11; author: rdhiman; state: Exp; lines: +6 -1
in main read and write fd through thread structure as a argument through thread
----------------------------
revision 1.1
date: 2019/05/12 06:22:06; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: processreq.c,v
Working file: processreq.c
head: 1.38
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 38; selected revisions: 38
description:
here file descriptor is recieved and data from client is being printed
----------------------------
revision 1.38
date: 2019/05/14 06:51:36; author: rdhiman; state: Exp; lines: +1 -0
*** empty log message ***
----------------------------
revision 1.37
date: 2019/05/13 12:27:28; author: rdhiman; state: Exp; lines: +4 -4
*** empty log message ***
----------------------------
revision 1.36
date: 2019/05/13 12:10:03; author: rdhiman; state: Exp; lines: +20 -8
*** empty log message ***
----------------------------
revision 1.35
date: 2019/05/13 12:00:02; author: rdhiman; state: Exp; lines: +8 -8
*** empty log message ***
----------------------------
revision 1.34
date: 2019/05/13 11:57:17; author: rdhiman; state: Exp; lines: +8 -8
*** empty log message ***
----------------------------
revision 1.33
date: 2019/05/13 11:22:09; author: rdhiman; state: Exp; lines: +9 -0
*** empty log message ***
----------------------------
revision 1.32
date: 2019/05/13 11:17:27; author: rdhiman; state: Exp; lines: +3 -1
*** empty log message ***
----------------------------
revision 1.31
date: 2019/05/13 10:54:18; author: rdhiman; state: Exp; lines: +0 -2
*** empty log message ***
----------------------------
revision 1.30
date: 2019/05/13 10:53:10; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.29
date: 2019/05/13 09:55:59; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.28
date: 2019/05/13 09:05:39; author: rdhiman; state: Exp; lines: +3 -1
*** empty log message ***
----------------------------
revision 1.27
date: 2019/05/13 09:01:15; author: rdhiman; state: Exp; lines: +3 -1
*** empty log message ***
----------------------------
revision 1.26
date: 2019/05/13 08:59:25; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.25
date: 2019/05/13 08:55:10; author: rdhiman; state: Exp; lines: +1 -1
fork is used
through parents operators ,operands are sent
through child these are read
----------------------------
revision 1.24
date: 2019/05/13 08:50:12; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.23
date: 2019/05/13 08:42:36; author: rdhiman; state: Exp; lines: +33 -3
*** empty log message ***
----------------------------
revision 1.22
date: 2019/05/13 08:14:30; author: rdhiman; state: Exp; lines: +0 -2
*** empty log message ***
----------------------------
revision 1.21
date: 2019/05/13 07:25:58; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.20
date: 2019/05/13 07:22:02; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.19
date: 2019/05/13 07:20:43; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.18
date: 2019/05/13 07:16:38; author: rdhiman; state: Exp; lines: +8 -6
*** empty log message ***
----------------------------
revision 1.17
date: 2019/05/13 06:57:20; author: rdhiman; state: Exp; lines: +2 -0
*** empty log message ***
----------------------------
revision 1.16
date: 2019/05/13 06:42:59; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.15
date: 2019/05/13 06:42:07; author: rdhiman; state: Exp; lines: +4 -5
*** empty log message ***
----------------------------
revision 1.14
date: 2019/05/13 06:17:21; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.13
date: 2019/05/13 05:52:25; author: rdhiman; state: Exp; lines: +4 -4
wfd of pipe is printed
----------------------------
revision 1.12
date: 2019/05/13 05:48:42; author: rdhiman; state: Exp; lines: +1 -1
pointer is added
----------------------------
revision 1.11
date: 2019/05/13 05:44:46; author: rdhiman; state: Exp; lines: +1 -0
value of return is checked
----------------------------
revision 1.10
date: 2019/05/12 17:23:40; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.9
date: 2019/05/12 17:17:06; author: rdhiman; state: Exp; lines: +0 -1
*** empty log message ***
----------------------------
revision 1.8
date: 2019/05/12 17:10:53; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.7
date: 2019/05/12 17:06:52; author: rdhiman; state: Exp; lines: +1 -0
malloc given to request structure
----------------------------
revision 1.6
date: 2019/05/12 07:24:55; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.5
date: 2019/05/12 07:22:48; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.4
date: 2019/05/12 07:20:01; author: rdhiman; state: Exp; lines: +2 -1
*** empty log message ***
----------------------------
revision 1.3
date: 2019/05/12 07:17:17; author: rdhiman; state: Exp; lines: +3 -3
Error got removed
----------------------------
revision 1.2
date: 2019/05/12 07:10:34; author: rdhiman; state: Exp; lines: +10 -1
in this operators, opreands are read by recieving dat
----------------------------
revision 1.1
date: 2019/05/12 06:26:22; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: shutdown.c,v
Working file: shutdown.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
this is a signal handler
----------------------------
revision 1.1
date: 2019/05/12 06:27:12; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: decs.h,v
Working file: decs.h
head: 1.11
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 11; selected revisions: 11
description:
structres ,functions ,macros are declared
----------------------------
revision 1.11
date: 2019/05/13 10:49:45; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.10
date: 2019/05/13 10:39:25; author: rdhiman; state: Exp; lines: +1 -1
y
----------------------------
revision 1.9
date: 2019/05/13 09:56:05; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.8
date: 2019/05/13 08:14:33; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.7
date: 2019/05/13 06:57:22; author: rdhiman; state: Exp; lines: +1 -1
y
----------------------------
revision 1.6
date: 2019/05/12 17:23:43; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.5
date: 2019/05/12 07:13:21; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.4
date: 2019/05/12 07:11:20; author: rdhiman; state: Exp; lines: +6 -0
new structure of name thread is created
----------------------------
revision 1.3
date: 2019/05/07 10:26:24; author: rdhiman; state: Exp; lines: +1 -1
*** empty log message ***
----------------------------
revision 1.2
date: 2019/05/06 11:19:42; author: rdhiman; state: Exp; lines: +2 -2
*** empty log message ***
----------------------------
revision 1.1
date: 2019/05/06 09:44:52; author: rdhiman; state: Exp;
Initial revision
=============================================================================
RCS file: headers.h,v
Working file: headers.h
head: 1.3
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
all header files for read, write, fifo, pipe, msg queue
----------------------------
revision 1.3
date: 2019/05/12 17:17:09; author: rdhiman; state: Exp; lines: +1 -0
pthread header is added
----------------------------
revision 1.2
date: 2019/05/06 11:44:56; author: rdhiman; state: Exp; lines: +1 -0
*** empty log message ***
----------------------------
revision 1.1
date: 2019/05/06 09:45:31; author: rdhiman; state: Exp;
Initial revision
=============================================================================
It looks like you're new here. If you want to get involved, click one of these buttons!