Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
920705cf
Commit
920705cf
authored
Nov 13, 2011
by
Reinhard Tartler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported nxcomp-3.2.0-7.tar.gz
Summary: Imported nxcomp-3.2.0-7.tar.gz Keywords: Imported nxcomp-3.2.0-7.tar.gz into Git repository
parent
92239daf
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
8 deletions
+17
-8
BlockCacheSet.cpp
nxcomp/BlockCacheSet.cpp
+1
-1
CHANGELOG
nxcomp/CHANGELOG
+4
-0
Loop.cpp
nxcomp/Loop.cpp
+2
-1
Message.cpp
nxcomp/Message.cpp
+2
-1
Misc.cpp
nxcomp/Misc.cpp
+0
-1
Misc.h
nxcomp/Misc.h
+4
-2
Proxy.cpp
nxcomp/Proxy.cpp
+2
-1
Split.cpp
nxcomp/Split.cpp
+2
-1
No files found.
nxcomp/BlockCacheSet.cpp
View file @
920705cf
...
...
@@ -15,7 +15,7 @@
/* */
/**************************************************************************/
#include
<iostream.h>
#include
"Misc.h"
#include "BlockCacheSet.h"
...
...
nxcomp/CHANGELOG
View file @
920705cf
ChangeLog
:
nxcomp
-
3.2.0
-
7
-
Solved
a
compilation
problem
on
GCC
4.3
.
nxcomp
-
3.2.0
-
6
-
Changes
considering
that
unsetenv
()
returns
void
on
Mac
OS
X
.
...
...
nxcomp/Loop.cpp
View file @
920705cf
...
...
@@ -29,7 +29,6 @@
#include <dirent.h>
#include <pwd.h>
#include <fstream.h>
#include <fcntl.h>
#include <sys/types.h>
...
...
@@ -42,6 +41,8 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include "Misc.h"
#ifdef __sun
#include <strings.h>
#endif
...
...
nxcomp/Message.cpp
View file @
920705cf
...
...
@@ -16,12 +16,13 @@
/**************************************************************************/
#include <stdio.h>
#include <fstream.h>
#include <unistd.h>
#include <string.h>
#include <algorithm>
#include "Misc.h"
//
// We need channel's cache data.
//
...
...
nxcomp/Misc.cpp
View file @
920705cf
...
...
@@ -15,7 +15,6 @@
/* */
/**************************************************************************/
#include <iostream.h>
#include <stdio.h>
#include <ctype.h>
#include <stdlib.h>
...
...
nxcomp/Misc.h
View file @
920705cf
...
...
@@ -18,12 +18,14 @@
#ifndef Misc_H
#define Misc_H
#include <iostream
.h
>
#include <fstream
.h
>
#include <iostream>
#include <fstream>
#include <errno.h>
#include <string.h>
using
namespace
std
;
//
// This is MD5 length.
//
...
...
nxcomp/Proxy.cpp
View file @
920705cf
...
...
@@ -18,10 +18,11 @@
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <fstream.h>
#include <sys/types.h>
#include <sys/stat.h>
#include "Misc.h"
#if defined(__CYGWIN32__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__sun)
#include <netinet/in_systm.h>
#endif
...
...
nxcomp/Split.cpp
View file @
920705cf
...
...
@@ -15,13 +15,14 @@
/* */
/**************************************************************************/
#include <fstream.h>
#include <unistd.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <utime.h>
#include "Misc.h"
#include "Split.h"
#include "Control.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment