File tree 31 files changed +880
-73
lines changed
31 files changed +880
-73
lines changed Load Diff Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund, Jon Gettler
2
+ * Copyright (C) 2004-2009 , Eric Lund, Jon Gettler
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
24
24
#ifndef __REFMEM_H
25
25
#define __REFMEM_H
26
26
27
- #include <mvp_atomic .h>
27
+ #include <refmem/atomic .h>
28
28
29
29
/*
30
30
* -----------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2005-2006 , Jon Gettler
2
+ * Copyright (C) 2005-2009 , Jon Gettler
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
21
21
#include <stdlib.h>
22
22
#include <string.h>
23
23
#include <errno.h>
24
- #include <mvp_refmem.h>
25
- #include <cmyth.h>
26
24
#include <cmyth_local.h>
27
25
28
26
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund, Jon Gettler
2
+ * Copyright (C) 2004-2009 , Eric Lund, Jon Gettler
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
26
26
#define __CMYTH_LOCAL_H
27
27
28
28
#include <unistd.h>
29
- #include <cmyth.h>
29
+ #include <refmem/refmem.h>
30
+ #include <cmyth/cmyth.h>
30
31
#include <time.h>
31
32
#include <pthread.h>
32
33
#if defined(HAS_MYSQL )
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2005-2006 , Jon Gettler
2
+ * Copyright (C) 2005-2009 , Jon Gettler
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
21
21
#include <stdlib.h>
22
22
#include <string.h>
23
23
#include <errno.h>
24
- #include <mvp_refmem.h>
25
- #include <cmyth.h>
26
24
#include <cmyth_local.h>
27
25
28
26
static void
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund, Jon Gettler
2
+ * Copyright (C) 2004-2009 , Eric Lund, Jon Gettler
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
33
33
#include <errno.h>
34
34
#include <string.h>
35
35
#include <signal.h>
36
- #include <mvp_refmem.h>
37
- #include <cmyth.h>
38
36
#include <cmyth_local.h>
39
37
40
38
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
23
23
*/
24
24
25
25
#include <stdlib.h>
26
- #include <mvp_refmem.h>
27
- #include <cmyth.h>
28
26
#include <cmyth_local.h>
29
- #include <mvp_debug .h>
27
+ #include <cmyth/debug .h>
30
28
31
29
static mvp_debug_ctx_t cmyth_debug_ctx = MVP_DEBUG_CTX_INIT ("cmyth" ,
32
30
CMYTH_DBG_NONE ,
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2005-2006 , Jon Gettler
2
+ * Copyright (C) 2005-2009 , Jon Gettler
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
21
21
#include <stdlib.h>
22
22
#include <string.h>
23
23
#include <errno.h>
24
- #include <mvp_refmem.h>
25
- #include <cmyth.h>
26
24
#include <cmyth_local.h>
27
25
28
26
cmyth_event_t
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
20
20
#include <stdio.h>
21
21
#include <stdlib.h>
22
22
#include <errno.h>
23
- #include <mvp_refmem.h>
24
23
#include <sys/socket.h>
25
- #include <cmyth.h>
26
24
#include <cmyth_local.h>
27
25
28
26
/*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
25
25
#include <unistd.h>
26
26
#include <stdio.h>
27
27
#include <errno.h>
28
- #include <mvp_refmem.h>
29
- #include <cmyth.h>
30
28
#include <cmyth_local.h>
31
29
32
30
/*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
26
26
#include <unistd.h>
27
27
#include <string.h>
28
28
#include <stdio.h>
29
- #include <mvp_refmem.h>
30
- #include <cmyth.h>
31
29
#include <cmyth_local.h>
32
30
33
31
/*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2006, Sergio Slobodrian
2
+ * Copyright (C) 2006-2009 , Sergio Slobodrian
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
31
31
#include <stdio.h>
32
32
#include <errno.h>
33
33
#include <string.h>
34
- #include <mvp_refmem.h>
35
- #include <cmyth.h>
36
34
#include <cmyth_local.h>
37
35
#include <string.h>
38
36
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2006, Simon Hyde
2
+ * Copyright (C) 2006-2009 , Simon Hyde
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
20
20
#include <sys/types.h>
21
21
#include <string.h>
22
22
#include <stdio.h>
23
- #include <mvp_refmem.h>
24
- #include <cmyth.h>
25
23
#include <cmyth_local.h>
26
24
27
25
#define CMYTH_ULONG_STRLEN ((sizeof(long)*3)+1)
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
25
25
#include <string.h>
26
26
#include <sys/time.h>
27
27
#include <mysql/mysql.h>
28
- #include <mvp_refmem.h>
29
- #include <cmyth.h>
30
28
#include <cmyth_local.h>
31
- #include <mvp_string .h>
29
+ #include <safe_string .h>
32
30
33
31
#if 0
34
32
#define PRINTF (x ...) PRINTF(x)
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
29
29
#include <stdlib.h>
30
30
#include <unistd.h>
31
31
#include <stdio.h>
32
- #include <mvp_refmem.h>
33
- #include <cmyth.h>
34
32
#include <cmyth_local.h>
35
33
36
34
/*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
32
32
#include <stdio.h>
33
33
#include <errno.h>
34
34
#include <string.h>
35
- #include <mvp_refmem.h>
36
- #include <cmyth.h>
37
35
#include <cmyth_local.h>
38
36
39
37
/*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
29
29
#include <stdio.h>
30
30
#include <errno.h>
31
31
#include <string.h>
32
- #include <mvp_refmem.h>
33
- #include <cmyth.h>
34
32
#include <cmyth_local.h>
35
33
36
34
/*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
27
27
#include <stdio.h>
28
28
#include <string.h>
29
29
#include <errno.h>
30
- #include <mvp_refmem.h>
31
- #include <cmyth.h>
32
30
#include <cmyth_local.h>
33
31
34
32
/*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund, Jon Gettler
2
+ * Copyright (C) 2004-2009 , Eric Lund, Jon Gettler
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
33
33
#include <errno.h>
34
34
#include <string.h>
35
35
#include <sys/time.h>
36
- #include <mvp_refmem.h>
37
- #include <cmyth.h>
38
36
#include <cmyth_local.h>
39
37
40
38
#if 0
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
31
31
#include <stdio.h>
32
32
#include <errno.h>
33
33
#include <string.h>
34
- #include <mvp_refmem.h>
35
- #include <cmyth.h>
36
34
#include <cmyth_local.h>
37
35
#include <string.h>
38
36
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
29
29
#include <string.h>
30
30
#include <ctype.h>
31
31
#include <errno.h>
32
- #include <mvp_refmem.h>
33
- #include <cmyth.h>
34
32
#include <cmyth_local.h>
35
33
36
34
#define __UNSIGNED "0123456789"
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2004-2006 , Eric Lund
2
+ * Copyright (C) 2004-2009 , Eric Lund
3
3
* http://www.mvpmc.org/
4
4
*
5
5
* This library is free software; you can redistribute it and/or
30
30
#include <stdio.h>
31
31
#include <errno.h>
32
32
#include <string.h>
33
- #include <mvp_refmem.h>
34
- #include <cmyth.h>
35
33
#include <cmyth_local.h>
36
34
#include <time.h>
37
35
You can’t perform that action at this time.
0 commit comments