File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#include "l52util.h"
212
313#include <memory.h>
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#ifndef _L52UTIL_H_
212#define _L52UTIL_H_
313
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#include "lcurl.h"
212#include "lceasy.h"
313#include "lcerror.h"
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#ifndef _LCEASY_H_
212#define _LCEASY_H_
313
Original file line number Diff line number Diff line change 1- /*
2- Author: Alexey Melnichuk <mimir@newmail.ru>
3-
4- Copyright (C) 2013- 2014 Alexey Melnichuk <mimir@newmail.ru>
5-
6- Licensed according to the included 'LICENCE ' document
7-
8- This file is part of lua-lcurl library.
9- */
1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE ' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ***************************************************************************** */
1010
1111#include "lcurl.h"
1212#include "lcerror.h"
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#ifndef _LCERROR_H_
212#define _LCERROR_H_
313
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#include "lcurl.h"
212#include "lchttppost.h"
313#include "lcerror.h"
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#ifndef _LCHTTPPOST_H_
212#define _LCHTTPPOST_H_
313
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#if defined(_WINDOWS ) || defined(_WIN32 )
212# define LCURL_WINDOWS
313#endif
Original file line number Diff line number Diff line change 1+ /******************************************************************************
2+ * Author: Alexey Melnichuk <mimir@newmail.ru>
3+ *
4+ * Copyright (C) 2014 Alexey Melnichuk <mimir@newmail.ru>
5+ *
6+ * Licensed according to the included 'LICENSE' document
7+ *
8+ * This file is part of lua-lcurl library.
9+ ******************************************************************************/
10+
111#ifndef _LCMULTI_H_
212#define _LCMULTI_H_
313
You can’t perform that action at this time.
0 commit comments