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 ***
----------------------------
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!